Type Alias PrmW

Source
pub type PrmW<'a, REG> = FieldWriter<'a, REG, 2, Prmselect>;
Expand description

Field PRM writer - Power Reduction Mode during Sleep

Aliased Type§

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

Implementations§

Source§

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

Source

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

NVM block enters low-power mode when entering standby mode. NVM block enters low-power mode when SPRM command is issued. NVM block exits low-power mode upon first access.

Source

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

NVM block enters low-power mode when entering standby mode. NVM block enters low-power mode when SPRM command is issued. NVM block exits low-power mode when system is not in standby mode.

Source

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

NVM block does not enter low-power mode when entering standby mode. NVM block enters low-power mode when SPRM command is issued. NVM block exits low-power mode upon first access.