pub struct PRM_W<'a> { /* private fields */ }
Expand description
Field PRM
writer - Power Reduction Mode during Sleep
Implementations
sourceimpl<'a> PRM_W<'a>
impl<'a> PRM_W<'a>
sourcepub fn semiauto(self) -> &'a mut W
pub fn semiauto(self) -> &'a mut W
NVM block enters low-power mode when entering standby mode. NVM block enters low-power mode when SPRM command is issued. NVM block exits low-power mode upon first access.
sourcepub fn fullauto(self) -> &'a mut W
pub fn fullauto(self) -> &'a mut W
NVM block enters low-power mode when entering standby mode. NVM block enters low-power mode when SPRM command is issued. NVM block exits low-power mode when system is not in standby mode.
Auto Trait Implementations
impl<'a> RefUnwindSafe for PRM_W<'a>
impl<'a> Send for PRM_W<'a>
impl<'a> Sync for PRM_W<'a>
impl<'a> Unpin for PRM_W<'a>
impl<'a> !UnwindSafe for PRM_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