pub type CmdW<'a, REG> = FieldWriter<'a, REG, 7, Cmdselect>;
Expand description
Field CMD
writer - Command
Aliased Type§
struct CmdW<'a, REG> { /* private fields */ }
Implementations§
Source§impl<'a, REG> CmdW<'a, REG>
impl<'a, REG> CmdW<'a, REG>
Sourcepub fn wp(self) -> &'a mut W<REG>
pub fn wp(self) -> &'a mut W<REG>
Write Page - Writes the contents of the page buffer to the page addressed by the ADDR register.
Sourcepub fn ear(self) -> &'a mut W<REG>
pub fn ear(self) -> &'a mut W<REG>
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 wap(self) -> &'a mut W<REG>
pub fn wap(self) -> &'a mut W<REG>
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 lr(self) -> &'a mut W<REG>
pub fn lr(self) -> &'a mut W<REG>
Lock Region - Locks the region containing the address location in the ADDR register.
Sourcepub fn ur(self) -> &'a mut W<REG>
pub fn ur(self) -> &'a mut W<REG>
Unlock Region - Unlocks the region containing the address location in the ADDR register.