pub struct Rcc {
pub ahb: AHB,
pub apb1: APB1,
pub apb2: APB2,
pub bdcr: BDCR,
pub cfgr: CFGR,
}Expand description
Fields§
§ahb: AHBAMBA High-performance Bus (AHB) registers
apb1: APB1Advanced Peripheral Bus 1 (APB1) registers
apb2: APB2Advanced Peripheral Bus 2 (APB2) registers
bdcr: BDCRRCC Backup Domain
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