pub struct W(_);
Expand description
Register SCR
writer
Implementations
sourceimpl W
impl W
sourcepub fn sleeponexit(&mut self) -> SLEEPONEXIT_W<'_>
pub fn sleeponexit(&mut self) -> SLEEPONEXIT_W<'_>
Bit 1 - Sleep-on-exit on handler return
sourcepub fn sleepdeep(&mut self) -> SLEEPDEEP_W<'_>
pub fn sleepdeep(&mut self) -> SLEEPDEEP_W<'_>
Bit 2 - Deep Sleep used as low power mode
sourcepub fn sevonpend(&mut self) -> SEVONPEND_W<'_>
pub fn sevonpend(&mut self) -> SEVONPEND_W<'_>
Bit 4 - Send Event on Pending bit
Methods from Deref<Target = W<SCR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more