MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxCsslMemory_Types.h File Reference

Type definitions for the mcuxCsslMemory component. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#define MCUXCSSLMEMORY_STATUS_OK
 The operation was successful. More...
 
#define MCUXCSSLMEMORY_STATUS_EQUAL
 The two contents of the Memory Compare are equal. More...
 
#define MCUXCSSLMEMORY_STATUS_NOT_EQUAL
 The two contents of the Memory Compare are not equal. More...
 
#define MCUXCSSLMEMORY_STATUS_INVALID_PARAMETER
 A parameter was invalid. More...
 
#define MCUXCSSLMEMORY_STATUS_FAULT
 A fault occurred in the execution. More...
 
#define MCUXCSSLMEMORY_KEEP_ORDER
 Data storing in destination buffer in original order. More...
 
#define MCUXCSSLMEMORY_REVERSE_ORDER
 Data storing in destination buffer with reversed order. More...
 

Typedefs

typedef uint32_t mcuxCsslMemory_Status_t
 Type for CSSL Memory status codes. More...
 

Detailed Description

Type definitions for the mcuxCsslMemory component.