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

Support for decrementing the secure counter. More...

Macros

#define MCUX_CSSL_SC_SUB_IMPL(value)
 Decrement the secure counter with value.
 
#define MCUX_CSSL_SC_SUB_0X1_IMPL()
 Decrement the secure counter with 0x1.
 
#define MCUX_CSSL_SC_SUB_0X10_IMPL()
 Decrement the secure counter with 0x10.
 
#define MCUX_CSSL_SC_SUB_0X100_IMPL()
 Decrement the secure counter with 0x100.
 

Detailed Description

Support for decrementing the secure counter.

Macro Definition Documentation

◆ MCUX_CSSL_SC_SUB_IMPL

#define MCUX_CSSL_SC_SUB_IMPL (   value)

Decrement the secure counter with value.

See also
MCUX_CSSL_SC_ADD_IMPL
Parameters
valueValue with which the secure counter must be decremented.

◆ MCUX_CSSL_SC_SUB_0X1_IMPL

#define MCUX_CSSL_SC_SUB_0X1_IMPL ( )

Decrement the secure counter with 0x1.

See also
MCUX_CSSL_SC_SUB_IMPL

◆ MCUX_CSSL_SC_SUB_0X10_IMPL

#define MCUX_CSSL_SC_SUB_0X10_IMPL ( )

Decrement the secure counter with 0x10.

See also
MCUX_CSSL_SC_SUB_IMPL

◆ MCUX_CSSL_SC_SUB_0X100_IMPL

#define MCUX_CSSL_SC_SUB_0X100_IMPL ( )

Decrement the secure counter with 0x100.

See also
MCUX_CSSL_SC_SUB_IMPL