Definition of macros. More...
Go to the source code of this file.
Macros | |
| #define | MCUXCLCORE_NUM_OF_WORDS_FLOOR(wordsize, size) |
| #define | MCUXCLCORE_NUM_OF_WORDS_CEIL(wordsize, size) |
| #define | MCUXCLCORE_NUM_OF_CPUWORDS_FLOOR(size) |
| #define | MCUXCLCORE_NUM_OF_CPUWORDS_CEIL(size) |
| #define | MCUXCLCORE_ALIGN_TO_WORDSIZE(wordsize, size) |
| #define | MCUXCLCORE_ALIGN_TO_CPU_WORDSIZE(size) |
| #define | MCUXCLCORE_MAX(a, b) |
| #define | MCUXCLCORE_MIN(a, b) |
| #define | MCUXCLCORE_CLS_MASK |
| #define | MCUXCLCORE_CLS_NORMAL |
| #define | MCUXCLCORE_CLS_NORMALMISMATCH |
| #define | MCUXCLCORE_CLS_ABNORMAL |
| #define | MCUXCLCORE_CLS_ATTACK |
| #define | MCUXCLCORE_GET_CLS(returnCode) |
| #define | MCUXCLCORE_DONOTOPTIMIZE(val) |
Prevent compiler from moving the variable value. | |
Definition of macros.
| #define MCUXCLCORE_DONOTOPTIMIZE | ( | val | ) |
Prevent compiler from moving the variable value.
| value | Variable that shall not be moved around. |