#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn ahb1rstr(&self) -> &Reg<AHB1RSTRrs>
pub const fn ahb1rstr(&self) -> &Reg<AHB1RSTRrs>
0x10 - AHB1 peripheral reset register
Sourcepub const fn ahb2rstr(&self) -> &Reg<AHB2RSTRrs>
pub const fn ahb2rstr(&self) -> &Reg<AHB2RSTRrs>
0x14 - AHB2 peripheral reset register
Sourcepub const fn ahb3rstr(&self) -> &Reg<AHB3RSTRrs>
pub const fn ahb3rstr(&self) -> &Reg<AHB3RSTRrs>
0x18 - AHB3 peripheral reset register
Sourcepub const fn apb1rstr(&self) -> &Reg<APB1RSTRrs>
pub const fn apb1rstr(&self) -> &Reg<APB1RSTRrs>
0x20 - APB1 peripheral reset register
Sourcepub const fn apb2rstr(&self) -> &Reg<APB2RSTRrs>
pub const fn apb2rstr(&self) -> &Reg<APB2RSTRrs>
0x24 - APB2 peripheral reset register
Sourcepub const fn ahb1lpenr(&self) -> &Reg<AHB1LPENRrs>
pub const fn ahb1lpenr(&self) -> &Reg<AHB1LPENRrs>
0x50 - AHB1 peripheral clock enable in low power mode register
Sourcepub const fn ahb2lpenr(&self) -> &Reg<AHB2LPENRrs>
pub const fn ahb2lpenr(&self) -> &Reg<AHB2LPENRrs>
0x54 - AHB2 peripheral clock enable in low power mode register
Sourcepub const fn ahb3lpenr(&self) -> &Reg<AHB3LPENRrs>
pub const fn ahb3lpenr(&self) -> &Reg<AHB3LPENRrs>
0x58 - AHB3 peripheral clock enable in low power mode register
Sourcepub const fn apb1lpenr(&self) -> &Reg<APB1LPENRrs>
pub const fn apb1lpenr(&self) -> &Reg<APB1LPENRrs>
0x60 - APB1 peripheral clock enable in low power mode register
Sourcepub const fn apb2lpenr(&self) -> &Reg<APB2LPENRrs>
pub const fn apb2lpenr(&self) -> &Reg<APB2LPENRrs>
0x64 - APB2 peripheral clock enabled in low power mode register
Sourcepub const fn plli2scfgr(&self) -> &Reg<PLLI2SCFGRrs>
pub const fn plli2scfgr(&self) -> &Reg<PLLI2SCFGRrs>
0x84 - PLLI2S configuration register
Sourcepub const fn pllsaicfgr(&self) -> &Reg<PLLSAICFGRrs>
pub const fn pllsaicfgr(&self) -> &Reg<PLLSAICFGRrs>
0x88 - RCC PLL configuration register
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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