nvm_pmode

nvm_pmode

enum nvm_pmode

Plane-mode access for IO.

Values:

NVM_FLAG_PMODE_SNGL = 0x0

Single-plane.

NVM_FLAG_PMODE_DUAL = 0x1

Dual-plane.

NVM_FLAG_PMODE_QUAD = 0x1 << 1

Quad-plane.

nvm_pmode_str

const char* nvm_pmode_str(int pmode)

Obtain string representation of the given plane-mode.

Return
On success, string representation of the given plane-mode. On error, “UNKN”.
Parameters
  • pmode: The plane-mode to obtain string representation of