Struct Rcc
pub struct Rcc { /* private fields */ }
Expand description
RCC address block description
Implementations§
§impl Rcc
impl Rcc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn ahbsmenr(self) -> Reg<Ahbsmenr, RW>
pub const fn ahbsmenr(self) -> Reg<Ahbsmenr, RW>
RCC AHB peripheral clock enable in Sleep/Stop mode register
pub const fn apbsmenr1(self) -> Reg<Apbsmenr1, RW>
pub const fn apbsmenr1(self) -> Reg<Apbsmenr1, RW>
RCC APB peripheral clock enable in Sleep/Stop mode register 1
Trait Implementations§
impl Copy for Rcc
impl Eq for Rcc
impl Send for Rcc
impl StructuralPartialEq for Rcc
impl Sync for Rcc
Auto Trait Implementations§
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