2.102.26 SEFC_ERROR Enum
C
#define SEFC_ERROR_NONE 0x1 /* In-valid command */ #define SEFC_CMD_ERROR 0x2 /* Flash region is locked */ #define SEFC_LOCK_ERROR 0x4 /* Flash Error */ #define SEFC_FLERR_ERROR 0x8 /* Write Protection Error */ #define SEFC_WPERR_ERROR 0x10 /* Flash Suspended Status */ #define SEFC_FLSUSP_STATUS 0x20 /* Flash Encountered an ECC error */ #define SEFC_ECC_ERROR 0xFF0000
Summary
Defines the data type for the SEFCx Error.
Description
This macro is used to define error encountered during last Flash operation.
Remarks
None.