pub struct Rcc {
pub ahb: AHB,
pub apb1: APB1,
pub apb2: APB2,
pub cfgr: CFGR,
}
Expand description
Constrained RCC peripheral
Fields§
§ahb: AHB
AMBA High-performance Bus (AHB) registers
apb1: APB1
Advanced Peripheral Bus 1 (APB1) registers
apb2: APB2
Advanced Peripheral Bus 2 (APB2) registers
cfgr: CFGR
Clock 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