25 #ifndef MCUXCLMEMORY_TYPES_H 26 #define MCUXCLMEMORY_TYPES_H 30 #include <mcuxClConfig.h> 43 #define MCUXCLMEMORY_API extern 52 #define MCUXCLMEMORY_STATUS_OK ((mcuxClMemory_Status_t) 0x09992E03u) 58 #define MCUXCLMEMORY_ERRORCODE_OK MCUXCLMEMORY_STATUS_OK uint32_t mcuxClMemory_Status_t
Type for error codes of mcuxClMemory component functions.
Definition: mcuxClMemory_Types.h:73
mcuxClMemory_Status_t mcuxClMemory_Status_Protected_t
Deprecated type for error codes used by code-flow protected mcuxClMemory component functions.
Definition: mcuxClMemory_Types.h:78
Definition of function identifiers for the flow protection mechanism.
Provides the API for the CSSL flow protection mechanism.
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition: mcuxCsslFlowProtection.h:81