10.6.4.5 Enum nvm_command

Table 10-30. Members
Enum valueDescription

NVM_COMMAND_ERASE_ROW

Erases the addressed memory row

NVM_COMMAND_WRITE_PAGE

Write the contents of the page buffer to the addressed memory page

NVM_COMMAND_ERASE_AUX_ROW

Erases the addressed auxiliary memory row.

Note: This command can only be given when the security bit is not set.

NVM_COMMAND_WRITE_AUX_ROW

Write the contents of the page buffer to the addressed auxiliary memory row.

Note: This command can only be given when the security bit is not set.

NVM_COMMAND_LOCK_REGION

Locks the addressed memory region, preventing further modifications until the region is unlocked or the device is erased

NVM_COMMAND_UNLOCK_REGION

Unlocks the addressed memory region, allowing the region contents to be modified

NVM_COMMAND_PAGE_BUFFER_CLEAR

Clears the page buffer of the NVM controller, resetting the contents to all zero values

NVM_COMMAND_SET_SECURITY_BIT

Sets the device security bit, disallowing the changing of lock bits and auxiliary row data until a chip erase has been performed

NVM_COMMAND_ENTER_LOW_POWER_MODE

Enter power reduction mode in the NVM controller to reduce the power consumption of the system

NVM_COMMAND_EXIT_LOW_POWER_MODE

Exit power reduction mode in the NVM controller to allow other NVM commands to be issued

NVM_COMMAND_RWWEE_ERASE_ROW

Read while write (RWW) EEPROM area erase row

NVM_COMMAND_RWWEE_WRITE_PAGE

RWW EEPROM write page