Implementation that disables the CSSL data integrity mechanism. More...
Go to the source code of this file.
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. | |
#define | MCUX_CSSL_DI_RECORD_IMPL(identifier, value) |
Implementation: Record the value for data integrity checking. | |
#define | MCUX_CSSL_DI_EXPUNGE_IMPL(identifier, value) |
Implementation: Expunge the record for value. | |
Implementation that disables the CSSL data integrity mechanism.