pub struct Rcc {
pub ahb1: AHB1,
pub ahb2: AHB2,
pub ahb3: AHB3,
pub apb1: APB1,
pub apb2: APB2,
pub bdcr: BDCR,
pub cfgr: CFGR,
}Expand description
Constrained RCC peripheral
Fields§
§ahb1: AHB1Advanced High-Performance Bus 1 (AHB1) registers
ahb2: AHB2Advanced High-Performance Bus 2 (AHB2) registers
ahb3: AHB3Advanced High-Performance Bus 3 (AHB3) registers
apb1: APB1Advanced Peripheral Bus 1 (APB1) registers
apb2: APB2Advanced Peripheral Bus 2 (APB2) registers
bdcr: BDCRRCC Backup Domain
cfgr: CFGRAuto 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