pub type CmdR = FieldReader<Cmdselect>;
Expand description
Field CMD
reader - Command
Aliased Type§
struct CmdR { /* private fields */ }
Implementations§
Source§impl CmdR
impl CmdR
Sourcepub fn is_wp(&self) -> bool
pub fn is_wp(&self) -> bool
Write Page - Writes the contents of the page buffer to the page addressed by the ADDR register.
Sourcepub fn is_ear(&self) -> bool
pub fn is_ear(&self) -> bool
Erase Auxiliary Row - Erases the auxiliary row addressed by the ADDR register. This command can be given only when the security bit is not set and only to the user configuration row.
Sourcepub fn is_wap(&self) -> bool
pub fn is_wap(&self) -> bool
Write Auxiliary Page - Writes the contents of the page buffer to the page addressed by the ADDR register. This command can be given only when the security bit is not set and only to the user configuration row.
Sourcepub fn is_lr(&self) -> bool
pub fn is_lr(&self) -> bool
Lock Region - Locks the region containing the address location in the ADDR register.
Sourcepub fn is_ur(&self) -> bool
pub fn is_ur(&self) -> bool
Unlock Region - Unlocks the region containing the address location in the ADDR register.