Defines all macros of mcuxCsslMemory_Types. More...
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... | |
Defines all macros of mcuxCsslMemory_Types.
| #define MCUXCSSLMEMORY_STATUS_OK |
The operation was successful.
| #define MCUXCSSLMEMORY_STATUS_EQUAL |
The two contents of the Memory Compare are equal.
| #define MCUXCSSLMEMORY_STATUS_NOT_EQUAL |
The two contents of the Memory Compare are not equal.
| #define MCUXCSSLMEMORY_STATUS_INVALID_PARAMETER |
A parameter was invalid.
| #define MCUXCSSLMEMORY_STATUS_FAULT |
A fault occurred in the execution.
| #define MCUXCSSLMEMORY_KEEP_ORDER |
Data storing in destination buffer in original order.
| #define MCUXCSSLMEMORY_REVERSE_ORDER |
Data storing in destination buffer with reversed order.