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
impl PrmR
Sourcepub fn is_semiauto(&self) -> bool
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.
Sourcepub fn is_fullauto(&self) -> bool
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.