pub struct Rcc {
pub ahb1: AHB1,
pub ahb2: AHB2,
pub ahb3: AHB3,
pub apb1r1: APB1R1,
pub apb1r2: APB1R2,
pub apb2: APB2,
pub cfgr: CFGR,
pub bdcr: BDCR,
pub csr: CSR,
}
Expand description
Constrained RCC peripheral
Fields§
§ahb1: AHB1
AMBA High-performance Bus (AHB1) registers
ahb2: AHB2
AMBA High-performance Bus (AHB2) registers
ahb3: AHB3
AMBA High-performance Bus (AHB3) registers
apb1r1: APB1R1
Advanced Peripheral Bus 1 (APB1) registers
apb1r2: APB1R2
Advanced Peripheral Bus 1 (APB2) registers
apb2: APB2
Advanced Peripheral Bus 2 (APB2) registers
cfgr: CFGR
Clock configuration register
bdcr: BDCR
Backup domain control register
csr: CSR
Control/Status Register
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