20 #ifndef MCUXCLOSCCAPKC_TYPES_H 21 #define MCUXCLOSCCAPKC_TYPES_H 25 #include <mcuxClConfig.h> 26 #include <platform_specific_headers.h> 34 #define MCUXCLOSCCAPKC_PKCPACKARGS2(hi8, lo8) \ 35 ( ((uint16_t) (hi8) << 8u) | ((uint16_t) (lo8)) ) 41 #define MCUXCLOSCCAPKC_PKC_RAM_BASEADDR ((uint32_t)PKC_RAM_ADDR) 42 #define MCUXCLOSCCAPKC_WORD_SIZE (PKC_WORD_SIZE) Definition of function identifiers for the flow protection mechanism.
Provides the API for the CSSL flow protection mechanism.