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