#[repr(C)]pub struct Rcc {}Expand description
Register block
Fields§
§cr: Cr0x00 - Clock control register
cfgr: Cfgr0x04 - Clock configuration register (RCC_CFGR)
cir: Cir0x08 - Clock interrupt register (RCC_CIR)
apb2rstr: Apb2rstr0x0c - APB2 peripheral reset register (RCC_APB2RSTR)
apb1rstr: Apb1rstr0x10 - APB1 peripheral reset register (RCC_APB1RSTR)
ahbenr: Ahbenr0x14 - AHB Peripheral Clock enable register (RCC_AHBENR)
apb2enr: Apb2enr0x18 - APB2 peripheral clock enable register (RCC_APB2ENR)
apb1enr: Apb1enr0x1c - APB1 peripheral clock enable register (RCC_APB1ENR)
bdcr: Bdcr0x20 - Backup domain control register (RCC_BDCR)
csr: Csr0x24 - Control/status register (RCC_CSR)
ahbrstr: Ahbrstr0x28 - AHB peripheral reset register
cfgr2: Cfgr20x2c - Clock configuration register 2
cfgr3: Cfgr30x30 - Clock configuration register 3
cr2: Cr20x34 - Clock control register 2
Auto Trait Implementations§
impl Freeze for Rcc
impl RefUnwindSafe for Rcc
impl Send for Rcc
impl Sync for Rcc
impl Unpin for Rcc
impl UnwindSafe for Rcc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more