Type Alias PrmR

Source
pub type PrmR = FieldReader<Prmselect>;
Expand description

Field PRM reader - Power Reduction Mode during Sleep

Aliased Type§

struct PrmR { /* private fields */ }

Implementations§

Source§

impl PrmR

Source

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

Get enumerated values variant

Source

pub fn is_semiauto(&self) -> bool

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 is_fullauto(&self) -> bool

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 is_manual(&self) -> bool

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.