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

Field CMD writer - Command

Implementations

Writes variant to the field

Erase Row - Erases the row addressed by the ADDR register.

Write Page - Writes the contents of the page buffer to the page addressed by the ADDR register.

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.

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.

Security Flow Command

Write lockbits

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 - Sets the security bit by writing 0x00 to the first byte in the lockbit row.

Invalidates all cache lines.

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.