Support for recording a value in the data integrity register.
More...
Support for recording a value in the data integrity register.
◆ MCUX_CSSL_DI_RECORD
| #define MCUX_CSSL_DI_RECORD |
( |
|
identifier, |
|
|
|
value |
|
) |
| |
Record the value for data integrity checking.
- Parameters
-
| identifier | Identifier for the value that will be recorded. |
| value | Value which needs to be recorded for the given identifier. |
◆ MCUX_CSSL_DI_EXPUNGE
| #define MCUX_CSSL_DI_EXPUNGE |
( |
|
identifier, |
|
|
|
value |
|
) |
| |
Expunge the record for value.
- Parameters
-
| identifier | Identifier for the value that will be expunged. |
| value | Expected value that was recorded for the given identifier. |