#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn pllsai1cfgr(&self) -> &PLLSAI1CFGR
pub const fn pllsai1cfgr(&self) -> &PLLSAI1CFGR
0x10 - PLLSAI1 configuration register
Sourcepub const fn ahb1smenr(&self) -> &AHB1SMENR
pub const fn ahb1smenr(&self) -> &AHB1SMENR
0x68 - AHB1 peripheral clocks enable in Sleep and Stop modes register
Sourcepub const fn ahb2smenr(&self) -> &AHB2SMENR
pub const fn ahb2smenr(&self) -> &AHB2SMENR
0x6c - AHB2 peripheral clocks enable in Sleep and Stop modes register
Sourcepub const fn ahb3smenr(&self) -> &AHB3SMENR
pub const fn ahb3smenr(&self) -> &AHB3SMENR
0x70 - AHB3 peripheral clocks enable in Sleep and Stop modes register
Sourcepub const fn apb1smenr1(&self) -> &APB1SMENR1
pub const fn apb1smenr1(&self) -> &APB1SMENR1
0x78 - APB1SMENR1
Sourcepub const fn apb1smenr2(&self) -> &APB1SMENR2
pub const fn apb1smenr2(&self) -> &APB1SMENR2
0x7c - APB1 peripheral clocks enable in Sleep and Stop modes register 2
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