pub struct Rcc {
pub ahb1: AHB1,
pub ahb2: AHB2,
pub ahb3: AHB3,
pub apb1: APB1,
pub apb2: APB2,
pub cfgr: CFGR,
}Expand description
Constrained RCC peripheral
Fields§
§ahb1: AHB1AMBA High-performance Bus 1 (AHB1) registers
ahb2: AHB2AMBA High-performance Bus 2 (AHB2) registers
ahb3: AHB3AMBA High-performance Bus 3 (AHB3) registers
apb1: APB1Advanced Peripheral Bus 1 (APB1) registers
apb2: APB2Advanced Peripheral Bus 2 (APB2) registers
cfgr: CFGRClock configuration
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