Type Alias FastwkupR

Source
pub type FastwkupR = FieldReader<Fastwkupselect>;
Expand description

Field FASTWKUP reader - Fast Wakeup

Aliased Type§

struct FastwkupR { /* private fields */ }

Implementations§

Source§

impl FastwkupR

Source

pub const fn variant(&self) -> Fastwkupselect

Get enumerated values variant

Source

pub fn is_no(&self) -> bool

Fast Wakeup is disabled

Source

pub fn is_nvm(&self) -> bool

Fast Wakeup is enabled on NVM

Source

pub fn is_mainvreg(&self) -> bool

Fast Wakeup is enabled on the main voltage regulator (MAINVREG)

Source

pub fn is_both(&self) -> bool

Fast Wakeup is enabled on both NVM and MAINVREG