Defines valid mcuxClMemory function return codes. More...
Macros | |
#define | MCUXCLMEMORY_STATUS_OK |
Memory operation successful. | |
#define | MCUXCLMEMORY_STATUS_EQUAL |
The two contents of the Memory Compare are equal. | |
#define | MCUXCLMEMORY_STATUS_NOT_EQUAL |
The two contents of the Memory Compare are not equal. | |
#define | MCUXCLMEMORY_STATUS_INVALID_PARAMETER |
A parameter was invalid. | |
#define | MCUXCLMEMORY_STATUS_FAULT |
A fault occurred in the execution. | |
Defines valid mcuxClMemory function return codes.
#define MCUXCLMEMORY_STATUS_OK |
Memory operation successful.
#define MCUXCLMEMORY_STATUS_EQUAL |
The two contents of the Memory Compare are equal.
#define MCUXCLMEMORY_STATUS_NOT_EQUAL |
The two contents of the Memory Compare are not equal.
#define MCUXCLMEMORY_STATUS_INVALID_PARAMETER |
A parameter was invalid.
#define MCUXCLMEMORY_STATUS_FAULT |
A fault occurred in the execution.