MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
mcuxClMath_Macros

Defines all macros of mcuxClMath. More...

Macros

#define MCUXCLMATH_STATUS_OK
 Math operation successful.
 
#define MCUXCLMATH_ERRORCODE_OK
 
#define MCUXCLMATH_STATUS_ERROR
 Error occurred during Math operation.
 
#define MCUXCLMATH_ERRORCODE_ERROR
 

Typedefs

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

Detailed Description

Defines all macros of mcuxClMath.

Macro Definition Documentation

◆ MCUXCLMATH_STATUS_OK

#define MCUXCLMATH_STATUS_OK

Math operation successful.

◆ MCUXCLMATH_ERRORCODE_OK

#define MCUXCLMATH_ERRORCODE_OK

◆ MCUXCLMATH_STATUS_ERROR

#define MCUXCLMATH_STATUS_ERROR

Error occurred during Math operation.

◆ MCUXCLMATH_ERRORCODE_ERROR

#define MCUXCLMATH_ERRORCODE_ERROR

Typedef Documentation

◆ mcuxClMath_Status_t

typedef uint32_t mcuxClMath_Status_t

Type for error codes used by Math component functions.

◆ mcuxClMath_Status_Protected_t

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