pub struct SLEEPPRM_W<'a> { /* private fields */ }
Expand description
Field SLEEPPRM
writer - Power Reduction Mode during Sleep
Implementations
sourceimpl<'a> SLEEPPRM_W<'a>
impl<'a> SLEEPPRM_W<'a>
sourcepub fn variant(self, variant: SLEEPPRM_A) -> &'a mut W
pub fn variant(self, variant: SLEEPPRM_A) -> &'a mut W
Writes variant
to the field
sourcepub fn wakeonaccess(self) -> &'a mut W
pub fn wakeonaccess(self) -> &'a mut W
NVM block enters low-power mode when entering sleep.NVM block exits low-power mode upon first access.
sourcepub fn wakeupinstant(self) -> &'a mut W
pub fn wakeupinstant(self) -> &'a mut W
NVM block enters low-power mode when entering sleep.NVM block exits low-power mode when exiting sleep.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SLEEPPRM_W<'a>
impl<'a> Send for SLEEPPRM_W<'a>
impl<'a> Sync for SLEEPPRM_W<'a>
impl<'a> Unpin for SLEEPPRM_W<'a>
impl<'a> !UnwindSafe for SLEEPPRM_W<'a>
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