1.6.16.11 1.7.17.11 1.10.14.16 1.11.15.16 1.12.15.16 1.13.14.16 1.14.11.14 1.15.12.14 1.16.11.9 1.17.11.9 1.18.11.9 1.19.11.9 1.20.11.9 1.21.12.9 1.22.16.16 1.23.15.16 1.24.13.12 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.