Type Alias atsame54n::nvmctrl::ctrla::PRM_R

source ·
pub type PRM_R = FieldReader<PRMSELECT_A>;
Expand description

Field PRM reader - Power Reduction Mode during Sleep

Aliased Type§

struct PRM_R { /* private fields */ }

Implementations§

source§

impl PRM_R

source

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

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.