Struct stm32_metapac::rcc::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>
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>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)