1.2.12.19 1.9.10.19 FCW_ERROR Enum
C
typedef enum { /* No error */ FCW_ERROR_NONE, /* FCW key error */ FCW_ERROR_KEY, /* FCW configuration error */ FCW_ERROR_CONFIGURATION, /* FCW FIFO underrun error */ FCW_ERROR_FIFO_UNDERRUN, /* FCW AHB bus error */ FCW_ERROR_BUS_AHB, /* FCW write protection error */ FCW_ERROR_WRITE_PROTECTION, /* FCW operation error */ FCW_ERROR_OPERATION, /* FCW security violation error */ FCW_ERROR_SECURITY_VIOLATION, /* FCW High Temperature detect error */ FCW_ERROR_HIGH_TEMP_DETECT, /* FCW Reset or Brown out detect error */ FCW_ERROR_RESET, /* FCW write error */ FCW_ERROR_WRITE, } FCW_ERROR;
Summary
Defines the FCW Error Type.
Description
This enumeration defines the FCW Error type.
Remarks
The FCW_ErrorGet function returns a value of this type.