Type Alias SleepprmR

Source
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

Source

pub const fn variant(&self) -> Option<Sleepprmselect>

Get enumerated values variant

Source

pub fn is_wakeonaccess(&self) -> bool

NVM block enters low-power mode when entering sleep.NVM block exits low-power mode upon first access.

Source

pub fn is_wakeupinstant(&self) -> bool

NVM block enters low-power mode when entering sleep.NVM block exits low-power mode when exiting sleep.

Source

pub fn is_disabled(&self) -> bool

Auto power reduction disabled.