22 #ifndef MCUXCLOSCCA_PLATFORMTYPES_H_ 23 #define MCUXCLOSCCA_PLATFORMTYPES_H_ 28 #include <platform_specific_headers.h> 30 typedef uint32_t mcuxClOscca_Size_t;
31 typedef uint32_t mcuxClOscca_Uint_t;
32 typedef int32_t mcuxClOscca_Int_t;
39 volatile uint16_t securityCounter;
40 volatile uint16_t stackPointerBackup;
41 uint32_t generalPurposeValue;
44 #define MCUX_CLOSCCA_SCRATCHPAD_SECTION __attribute__((section(".data.gmcuxClOscca_ScratchPad"))) mcuxClOscca_ScratchPad_t MCUX_CLOSCCA_SCRATCHPAD_SECTION gmcuxClOscca_ScratchPad
global scratch pad object
global scratch pad structure definition
Definition: mcuxClOscca_PlatformTypes.h:37