Defines valid mcuxCsslMemory function return codes. More...
Macros | |
| #define | MCUXCSSLMEMORY_STATUS_OK |
| The operation was successful. | |
| #define | MCUXCSSLMEMORY_STATUS_EQUAL |
| The two contents of the Memory Compare are equal. | |
| #define | MCUXCSSLMEMORY_STATUS_ZERO_LENGTH |
| The length passed to Memory Compare is zero. | |
| #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. | |
Defines valid mcuxCsslMemory function return codes.
| #define MCUXCSSLMEMORY_STATUS_OK |
The operation was successful.
| #define MCUXCSSLMEMORY_STATUS_EQUAL |
The two contents of the Memory Compare are equal.
| #define MCUXCSSLMEMORY_STATUS_ZERO_LENGTH |
The length passed to Memory Compare is zero.
| #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.