Support for decrementing the secure counter. More...
Macros | |
#define | MCUX_CSSL_SC_SUB_IMPL(value) |
Decrement the secure counter with value . More... | |
#define | MCUX_CSSL_SC_SUB_0X1_IMPL() |
Decrement the secure counter with 0x1. More... | |
#define | MCUX_CSSL_SC_SUB_0X10_IMPL() |
Decrement the secure counter with 0x10. More... | |
#define | MCUX_CSSL_SC_SUB_0X100_IMPL() |
Decrement the secure counter with 0x100. More... | |
Support for decrementing the secure counter.
#define MCUX_CSSL_SC_SUB_IMPL | ( | value | ) |
Decrement the secure counter with value
.
value | Value with which the secure counter must be decremented. |
#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.