Struct stm32_metapac::rcc::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 ahb1lpenr(self) -> Reg<Ahb1lpenr, RW>
pub const fn ahb1lpenr(self) -> Reg<Ahb1lpenr, RW>
AHB1 peripheral clock enable in low power mode register
pub const fn ahb2lpenr(self) -> Reg<Ahb2lpenr, RW>
pub const fn ahb2lpenr(self) -> Reg<Ahb2lpenr, RW>
AHB2 peripheral clock enable in low power mode register
pub const fn ahb3lpenr(self) -> Reg<Ahb3lpenr, RW>
pub const fn ahb3lpenr(self) -> Reg<Ahb3lpenr, RW>
AHB3 peripheral clock enable in low power mode register
pub const fn apb1lpenr(self) -> Reg<Apb1lpenr, RW>
pub const fn apb1lpenr(self) -> Reg<Apb1lpenr, RW>
APB1 peripheral clock enable in low power mode register
pub const fn apb2lpenr(self) -> Reg<Apb2lpenr, RW>
pub const fn apb2lpenr(self) -> Reg<Apb2lpenr, RW>
APB2 peripheral clock enabled in low power mode register
pub const fn plli2scfgr(self) -> Reg<Plli2scfgr, RW>
pub const fn plli2scfgr(self) -> Reg<Plli2scfgr, RW>
PLLI2S configuration register
pub const fn pllsaicfgr(self) -> Reg<Pllsaicfgr, RW>
pub const fn pllsaicfgr(self) -> Reg<Pllsaicfgr, RW>
RCC PLL configuration register
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
)