25 #ifndef MCUXCLMEMORY_TYPES_H 26 #define MCUXCLMEMORY_TYPES_H 40 #define MCUXCLMEMORY_API extern 49 #define MCUXCLMEMORY_STATUS_OK ((mcuxClMemory_Status_t) 0x9C9C9C9Cu) 55 #define MCUXCLMEMORY_ERRORCODE_OK MCUXCLMEMORY_STATUS_OK typedef MCUX_CSSL_FP_PROTECTED_TYPE(mcuxClMemory_Status_t) mcuxClMemory_Status_Protected_t
Type for error codes used by code-flow protected mcuxClMemory component functions.
Definition: mcuxCsslFlowProtection.c:118
uint32_t mcuxClMemory_Status_t
Type for error codes of mcuxClMemory component functions.
Definition: mcuxClMemory_Types.h:70