Support for recording a value in the data integrity register, when data integrity is disabled.
More...
Support for recording a value in the data integrity register, when data integrity is disabled.
◆ MCUX_CSSL_DI_RECORD_IMPL
#define MCUX_CSSL_DI_RECORD_IMPL |
( |
|
identifier, |
|
|
|
value |
|
) |
| |
Implementation: 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_IMPL
#define MCUX_CSSL_DI_EXPUNGE_IMPL |
( |
|
identifier, |
|
|
|
value |
|
) |
| |
Implementation: 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. |