MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClCss_Types_Macros

Defines all macros of mcuxClCss_Types. More...

Modules

 MCUXCLCSS_KEYPROPERTY_VALUE_
 Constants for initalizing mcuxClCss_KeyProp_t.word.
 
 MCUXCLCSS_KEYPROPERTY_
 Constants for initalizing mcuxClCss_KeyProp_t.bits.
 
 MCUXCLCSS_STATUS_
 Return code definitions.
 

Macros

#define MCUXCLCSS_KEY_SLOTS
 Number of key slots in the CSS key store. More...
 
#define MCUXCLCSS_STATUS_IS_HW_ERROR(x)
 Checks whether an error code is a hardware error. Indicates that an error was reported by CSSv2 hardware. More...
 
#define MCUXCLCSS_STATUS_IS_SW_ERROR(x)
 Checks whether an error code is a software error. Indicates that the error was detected by the driver software and not by CSSv2 hardware. More...
 

Detailed Description

Defines all macros of mcuxClCss_Types.

Macro Definition Documentation

◆ MCUXCLCSS_KEY_SLOTS

#define MCUXCLCSS_KEY_SLOTS

Number of key slots in the CSS key store.

◆ MCUXCLCSS_STATUS_IS_HW_ERROR

#define MCUXCLCSS_STATUS_IS_HW_ERROR (   x)

Checks whether an error code is a hardware error. Indicates that an error was reported by CSSv2 hardware.

◆ MCUXCLCSS_STATUS_IS_SW_ERROR

#define MCUXCLCSS_STATUS_IS_SW_ERROR (   x)

Checks whether an error code is a software error. Indicates that the error was detected by the driver software and not by CSSv2 hardware.