1.42.4.10 HEFC_ERROR Enum
C
typedef enum { /* No Error Occured */ HEFC_ERROR_NONE = 0x1, /*In-valid command*/ HEFC_CMD_ERROR = 0x2, /*Flash region is locked*/ HEFC_LOCK_ERROR = 0x4, /*Flash Encountered an write error*/ HEFC_WRITE_ERROR = 0x10, } HEFC_ERROR;
Summary
Defines the data type for the HEFC Error.
Description
This enum is used to define error encountered during last Flash operation.
Remarks
None.