Type Alias FastwkupW

Source
pub type FastwkupW<'a, REG> = FieldWriter<'a, REG, 2, Fastwkupselect, Safe>;
Expand description

Field FASTWKUP writer - Fast Wakeup

Aliased Type§

struct FastwkupW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> FastwkupW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn no(self) -> &'a mut W<REG>

Fast Wakeup is disabled

Source

pub fn nvm(self) -> &'a mut W<REG>

Fast Wakeup is enabled on NVM

Source

pub fn mainvreg(self) -> &'a mut W<REG>

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

Source

pub fn both(self) -> &'a mut W<REG>

Fast Wakeup is enabled on both NVM and MAINVREG