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 eb(self) -> &'a mut W<REG>
pub fn eb(self) -> &'a mut W<REG>
Erase Block - Erases the block addressed by the ADDR register, not supported in the user page
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, not supported in the user page
Sourcepub fn wqw(self) -> &'a mut W<REG>
pub fn wqw(self) -> &'a mut W<REG>
Write Quad Word - Writes a 128-bit word at the location addressed by the ADDR register.
Sourcepub fn swrst(self) -> &'a mut W<REG>
pub fn swrst(self) -> &'a mut W<REG>
Software Reset - Power-Cycle the NVM memory and replay the device automatic calibration procedure and resets the module configuration registers
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.
Sourcepub fn bkswrst(self) -> &'a mut W<REG>
pub fn bkswrst(self) -> &'a mut W<REG>
Bank swap and system reset, if SMEE is used also reallocate SMEE data into the opposite BANK
Sourcepub fn sbpdis(self) -> &'a mut W<REG>
pub fn sbpdis(self) -> &'a mut W<REG>
Sets STATUS.BPDIS, Boot loader protection is discarded until CBPDIS is issued or next start-up sequence
Sourcepub fn cbpdis(self) -> &'a mut W<REG>
pub fn cbpdis(self) -> &'a mut W<REG>
Clears STATUS.BPDIS, Boot loader protection is not discarded