Type Alias RCC
Source pub type RCC = RegisterBlock;
#[repr(C)]
pub struct RCC {Show 30 fields
pub cr: u32,
pub pllcfgr: u32,
pub cfgr: u32,
pub cir: u32,
pub ahb1rstr: u32,
pub ahb2rstr: u32,
pub ahb3rstr: u32,
_reserved0: u32,
pub apb1rstr: u32,
pub apb2rstr: u32,
_reserved1: [u32; 2],
pub ahb1enr: u32,
pub ahb2enr: u32,
pub ahb3enr: u32,
_reserved2: u32,
pub apb1enr: u32,
pub apb2enr: u32,
_reserved3: [u32; 2],
pub ahb1lpenr: u32,
pub ahb2lpenr: u32,
pub ahb3lpenr: u32,
_reserved4: u32,
pub apb1lpenr: u32,
pub apb2lpenr: u32,
_reserved5: [u32; 2],
pub bdcr: u32,
pub csr: u32,
_reserved6: [u32; 2],
pub sscgr: u32,
pub plli2scfgr: u32,
}