1.6.16.11 NVM_ERROR Enum
C
typedef enum
{
/* No error */
NVM_ERROR_NONE = 0x0,
/* NVM write error */
NVM_ERROR_WRITE = _NVMCON_WRERR_MASK,
/* NVM Low Voltage Detect error */
NVM_ERROR_LOWVOLTAGE = _NVMCON_LVDERR_MASK,
} NVM_ERROR;
Summary
Defines the NVM Error Type.
Description
This enumeration defines the NVM Error type.
Remarks
The NVM_ErrorGet function returns a value of this type.