Support for incrementing the secure counter. More...
Macros | |
| #define | MCUX_CSSL_SC_ADD_IMPL(value) |
Increment the secure counter with value. | |
| #define | MCUX_CSSL_SC_ADD_ON_CALL_IMPL(value) |
Increment the secure counter with value in case of function call. | |
| #define | MCUX_CSSL_SC_ADD_0X1_IMPL() |
| Increment the secure counter with 0x1. | |
| #define | MCUX_CSSL_SC_ADD_0X10_IMPL() |
| Increment the secure counter with 0x10. | |
| #define | MCUX_CSSL_SC_ADD_0X100_IMPL() |
| Increment the secure counter with 0x100. | |
Support for incrementing the secure counter.
| #define MCUX_CSSL_SC_ADD_IMPL | ( | value | ) |
Increment the secure counter with value.
| value | Value with which the secure counter must be incremented. |
| #define MCUX_CSSL_SC_ADD_ON_CALL_IMPL | ( | value | ) |
Increment the secure counter with value in case of function call.
| value | Value with which the secure counter must be incremented. |
| #define MCUX_CSSL_SC_ADD_0X1_IMPL | ( | ) |
Increment the secure counter with 0x1.
| #define MCUX_CSSL_SC_ADD_0X10_IMPL | ( | ) |
Increment the secure counter with 0x10.
| #define MCUX_CSSL_SC_ADD_0X100_IMPL | ( | ) |
Increment the secure counter with 0x100.