20#ifndef MCUXCLOSCCA_PLATFORMTYPES_H_
21#define MCUXCLOSCCA_PLATFORMTYPES_H_
27typedef uint32_t mcuxClOscca_Size_t;
28typedef uint32_t mcuxClOscca_Uint_t;
29typedef int32_t mcuxClOscca_Int_t;
36 volatile uint16_t securityCounter;
37 volatile uint16_t stackPointerBackup;
38 uint32_t generalPurposeValue;
41#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:35