Data integrity handling core functionality, when data integrity is disabled. More...
Macros | |
| #define | MCUX_CSSL_DI_CHECK_PASSED_IMPL |
| Positive comparison result value. | |
| #define | MCUX_CSSL_DI_CHECK_FAILED_IMPL |
| Negative comparison result value. | |
| #define | MCUX_CSSL_DI_INIT_IMPL(backupValue) |
| Initialize the backup of the data integrity value to zero. | |
| #define | MCUX_CSSL_DI_CHECK_IMPL(reference) |
| Comparison operation implementation for the data integrity. | |
| #define | MCUX_CSSL_DI_CHECK_EXIT_IMPL(id, reference, fail) |
| Comparison operation implementation for the data integrity. | |
Data integrity handling core functionality, when data integrity is disabled.
| #define MCUX_CSSL_DI_CHECK_PASSED_IMPL |
Positive comparison result value.
| #define MCUX_CSSL_DI_CHECK_FAILED_IMPL |
Negative comparison result value.
| #define MCUX_CSSL_DI_INIT_IMPL | ( | backupValue | ) |
Initialize the backup of the data integrity value to zero.
| backupValue | Fresh variable name to store the current DI value. |
| #define MCUX_CSSL_DI_CHECK_IMPL | ( | reference | ) |
Comparison operation implementation for the data integrity.
| reference | Reference initial value to compare the data integrity value against (ignored). |
| #define MCUX_CSSL_DI_CHECK_EXIT_IMPL | ( | id, | |
| reference, | |||
| fail ) |
Comparison operation implementation for the data integrity.
It has no impact on the normal execution of the calling function.
| id | Identifier of the function from which we will exit (ignored). |
| reference | Reference initial value to compare the data integrity value against. |
| fail | Result that should be returned if the data integrity check failed (ignored). |