Struct stm32l151::rcc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub icscr: ICSCR, pub cfgr: CFGR, pub cir: CIR, pub ahbrstr: AHBRSTR, pub apb2rstr: APB2RSTR, pub apb1rstr: APB1RSTR, pub ahbenr: AHBENR, pub apb2enr: APB2ENR, pub apb1enr: APB1ENR, pub ahblpenr: AHBLPENR, pub apb2lpenr: APB2LPENR, pub apb1lpenr: APB1LPENR, pub csr: CSR, }

Register block

Fields

0x00 - Clock control register

0x04 - Internal clock sources calibration register

0x08 - Clock configuration register

0x0c - Clock interrupt register

0x10 - AHB peripheral reset register

0x14 - APB2 peripheral reset register

0x18 - APB1 peripheral reset register

0x1c - AHB peripheral clock enable register

0x20 - APB2 peripheral clock enable register

0x24 - APB1 peripheral clock enable register

0x28 - AHB peripheral clock enable in low power mode register

0x2c - APB2 peripheral clock enable in low power mode register

0x30 - APB1 peripheral clock enable in low power mode register

0x34 - Control/status register