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