pub type SleepprmW<'a, REG> = FieldWriter<'a, REG, 2, Sleepprmselect>;
Expand description
Field SLEEPPRM
writer - Power Reduction Mode during Sleep
Aliased Type§
struct SleepprmW<'a, REG> { /* private fields */ }
Implementations§
Source§impl<'a, REG> SleepprmW<'a, REG>
impl<'a, REG> SleepprmW<'a, REG>
Sourcepub fn wakeonaccess(self) -> &'a mut W<REG>
pub fn wakeonaccess(self) -> &'a mut W<REG>
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<REG>
pub fn wakeupinstant(self) -> &'a mut W<REG>
NVM block enters low-power mode when entering sleep.NVM block exits low-power mode when exiting sleep.