Struct stm32f30x::rcc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: Cr, pub cfgr: Cfgr, pub cir: Cir, pub apb2rstr: Apb2rstr, pub apb1rstr: Apb1rstr, pub ahbenr: Ahbenr, pub apb2enr: Apb2enr, pub apb1enr: Apb1enr, pub bdcr: Bdcr, pub csr: Csr, pub ahbrstr: Ahbrstr, pub cfgr2: Cfgr2, pub cfgr3: Cfgr3, }

Register block

Fields

0x00 - Clock control register

0x04 - Clock configuration register (RCC_CFGR)

0x08 - Clock interrupt register (RCC_CIR)

0x0c - APB2 peripheral reset register (RCC_APB2RSTR)

0x10 - APB1 peripheral reset register (RCC_APB1RSTR)

0x14 - AHB Peripheral Clock enable register (RCC_AHBENR)

0x18 - APB2 peripheral clock enable register (RCC_APB2ENR)

0x1c - APB1 peripheral clock enable register (RCC_APB1ENR)

0x20 - Backup domain control register (RCC_BDCR)

0x24 - Control/status register (RCC_CSR)

0x28 - AHB peripheral reset register

0x2c - Clock configuration register 2

0x30 - Clock configuration register 3