Struct Rcc
pub struct Rcc { /* private fields */ }
Expand description
Reset and clock control
Implementations§
§impl Rcc
impl Rcc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn pllsyscfgr(self) -> Reg<Pllsyscfgr, RW>
pub const fn pllsyscfgr(self) -> Reg<Pllsyscfgr, RW>
PLL configuration register
pub const fn apbsmenr1(self) -> Reg<Apbsmenr1, RW>
pub const fn apbsmenr1(self) -> Reg<Apbsmenr1, RW>
APB peripheral clock enable in Sleep 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