pub type SleepprmR = FieldReader<Sleepprmselect>;
Expand description
Field SLEEPPRM
reader - Power Reduction Mode during Sleep
Aliased Type§
struct SleepprmR { /* private fields */ }
Implementations§
Source§impl SleepprmR
impl SleepprmR
Sourcepub const fn variant(&self) -> Option<Sleepprmselect>
pub const fn variant(&self) -> Option<Sleepprmselect>
Get enumerated values variant
Sourcepub fn is_wakeonaccess(&self) -> bool
pub fn is_wakeonaccess(&self) -> bool
NVM block enters low-power mode when entering sleep.NVM block exits low-power mode upon first access.
Sourcepub fn is_wakeupinstant(&self) -> bool
pub fn is_wakeupinstant(&self) -> bool
NVM block enters low-power mode when entering sleep.NVM block exits low-power mode when exiting sleep.
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Auto power reduction disabled.