Provides the API for the CSSL data integrity mechanism. More...
Go to the source code of this file.
Macros | |
#define | MCUX_CSSL_DI_CHECK_PASSED |
Positive comparison result value. More... | |
#define | MCUX_CSSL_DI_CHECK_FAILED |
Negative comparison result value. More... | |
#define | MCUX_CSSL_DI_INIT_DEFAULT_VALUE |
Default value use for the initialization of the data integrity mechanism. More... | |
#define | MCUX_CSSL_DI_ALLOC() |
Allocation operation for the data integrity register. More... | |
#define | MCUX_CSSL_DI_INIT(value) |
Initialization operation for the data integrity mechanism. More... | |
#define | MCUX_CSSL_DI_CHECK(reference) |
Comparison operation for the data integrity. More... | |
#define | MCUX_CSSL_DI_RECORD(identifier, value) |
Record the value for data integrity checking. More... | |
#define | MCUX_CSSL_DI_EXPUNGE(identifier, value) |
Expunge the record for value . More... | |
Provides the API for the CSSL data integrity mechanism.