22#ifndef MCUXCLOSCCA_PLATFORMTYPES_H_
23#define MCUXCLOSCCA_PLATFORMTYPES_H_
29typedef uint32_t mcuxClOscca_Size_t;
30typedef uint32_t mcuxClOscca_Uint_t;
31typedef int32_t mcuxClOscca_Int_t;
38 volatile uint16_t securityCounter;
39 volatile uint16_t stackPointerBackup;
40 uint32_t generalPurposeValue;
43#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