pub struct CMD_W<'a> { /* private fields */ }
Expand description

Field CMD writer - Command

Implementations

Writes variant to the field

Erase Page - Only supported in the USER and AUX pages.

Erase Block - Erases the block addressed by the ADDR register, not supported in the user page

Write Page - Writes the contents of the page buffer to the page addressed by the ADDR register, not supported in the user page

Write Quad Word - Writes a 128-bit word at the location addressed by the ADDR register.

Software Reset - Power-Cycle the NVM memory and replay the device automatic calibration procedure and resets the module configuration registers

Lock Region - Locks the region containing the address location in the ADDR register.

Unlock Region - Unlocks the region containing the address location in the ADDR register.

Sets the power reduction mode.

Clears the power reduction mode.

Page Buffer Clear - Clears the page buffer.

Set Security Bit

Bank swap and system reset, if SMEE is used also reallocate SMEE data into the opposite BANK

Chip Erase Lock - DSU.CE command is not available

Chip Erase Unlock - DSU.CE command is available

Sets STATUS.BPDIS, Boot loader protection is discarded until CBPDIS is issued or next start-up sequence

Clears STATUS.BPDIS, Boot loader protection is not discarded

Activate SmartEEPROM Sector 0, deactivate Sector 1

Activate SmartEEPROM Sector 1, deactivate Sector 0

Starts SmartEEPROM sector reallocation algorithm

Flush SMEE data when in buffered mode

Lock access to SmartEEPROM data from any mean

Unlock access to SmartEEPROM data

Lock access to the SmartEEPROM Register Address Space (above 64KB)

Unlock access to the SmartEEPROM Register Address Space (above 64KB)

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.