Support for incrementing the secure counter. More...
Macros | |
| #define | MCUX_CSSL_SC_ADD(value) |
Increment the secure counter with value. More... | |
| #define | MCUX_CSSL_SC_ADD_0x1() |
| Increment the secure counter with 0x1. More... | |
| #define | MCUX_CSSL_SC_ADD_0x10() |
| Increment the secure counter with 0x10. More... | |
| #define | MCUX_CSSL_SC_ADD_0x100() |
| Increment the secure counter with 0x100. More... | |
Support for incrementing the secure counter.
| #define MCUX_CSSL_SC_ADD | ( | value | ) |
Increment the secure counter with value.
| value | Value with which the secure counter must be incremented. |
| #define MCUX_CSSL_SC_ADD_0x1 | ( | ) |
Increment the secure counter with 0x1.
| #define MCUX_CSSL_SC_ADD_0x10 | ( | ) |
Increment the secure counter with 0x10.
| #define MCUX_CSSL_SC_ADD_0x100 | ( | ) |
Increment the secure counter with 0x100.