Type Alias atsame54n::pm::stdbycfg::FASTWKUP_W

source ·
pub type FASTWKUP_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, FASTWKUPSELECT_A>;
Expand description

Field FASTWKUP writer - Fast Wakeup

Aliased Type§

struct FASTWKUP_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> FASTWKUP_W<'a, REG, O>
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