pub struct R(_);Expand description
Register SCR reader
Implementations
sourceimpl R
 
impl R
sourcepub fn sleeponexit(&self) -> SLEEPONEXIT_R
 
pub fn sleeponexit(&self) -> SLEEPONEXIT_R
Bit 1 - Sleep-on-exit on handler return
sourcepub fn sleepdeep(&self) -> SLEEPDEEP_R
 
pub fn sleepdeep(&self) -> SLEEPDEEP_R
Bit 2 - Deep Sleep used as low power mode
sourcepub fn sevonpend(&self) -> SEVONPEND_R
 
pub fn sevonpend(&self) -> SEVONPEND_R
Bit 4 - Send Event on Pending bit
Methods from Deref<Target = R<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