MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClCore_Macros.h File Reference

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.

Detailed Description

Definition of macros.

Macro Definition Documentation

◆ MCUXCLCORE_DONOTOPTIMIZE

#define MCUXCLCORE_DONOTOPTIMIZE ( val)

Prevent compiler from moving the variable value.

Parameters
valueVariable that shall not be moved around.