pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn lptim2smen(&self) -> LPTIM2SMENR
pub fn lptim2smen(&self) -> LPTIM2SMENR
Bit 5 - LPTIM2SMEN
Sourcepub fn swpmi1smen(&self) -> SWPMI1SMENR
pub fn swpmi1smen(&self) -> SWPMI1SMENR
Bit 2 - Single wire protocol clocks enable during Sleep and Stop modes
Sourcepub fn lpuart1smen(&self) -> LPUART1SMENR
pub fn lpuart1smen(&self) -> LPUART1SMENR
Bit 0 - Low power UART 1 clocks enable during Sleep and Stop modes
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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