20#ifndef MCUXCLMATH_TYPES_H_
21#define MCUXCLMATH_TYPES_H_
23#include <mcuxClCore_Platform.h>
53#define MCUXCLMATH_STATUS_OK ((mcuxClMath_Status_t) 0x0FF32E03u)
54#define MCUXCLMATH_ERRORCODE_OK MCUXCLMATH_STATUS_OK
55#define MCUXCLMATH_STATUS_ERROR ((mcuxClMath_Status_t) 0x0FF35330u)
56#define MCUXCLMATH_ERRORCODE_ERROR MCUXCLMATH_STATUS_ERROR
Definition of function identifiers for the flow protection mechanism.
Provides the API for the CSSL flow protection mechanism.
mcuxClMath_Status_t mcuxClMath_Status_Protected_t
Deprecated type for error codes used by code-flow protected Math component functions.
Definition mcuxClMath_Types.h:51
uint32_t mcuxClMath_Status_t
Type for error codes used by Math component functions.
Definition mcuxClMath_Types.h:46
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition mcuxCsslFlowProtection.h:81