MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClMath_Macros

Defines all macros of mcuxClMath. More...

Macros

#define MCUXCLMATH_ERRORCODE_OK
 Math operation successful. More...
 
#define MCUXCLMATH_ERRORCODE_ERROR
 Error occurred during Math operation. More...
 

Typedefs

typedef uint32_t mcuxClMath_Status_t
 Type for error codes used by Math component functions. More...
 
typedef uint64_t mcuxClMath_Status_Protected_t
 Type for error codes used by code-flow protected Math component functions. More...
 

Detailed Description

Defines all macros of mcuxClMath.

Macro Definition Documentation

◆ MCUXCLMATH_ERRORCODE_OK

#define MCUXCLMATH_ERRORCODE_OK

Math operation successful.

◆ MCUXCLMATH_ERRORCODE_ERROR

#define MCUXCLMATH_ERRORCODE_ERROR

Error occurred during Math operation.

Typedef Documentation

◆ mcuxClMath_Status_t

typedef uint32_t mcuxClMath_Status_t

Type for error codes used by Math component functions.

◆ mcuxClMath_Status_Protected_t

Type for error codes used by code-flow protected Math component functions.