Go to the documentation of this file.
33 #define CONST_CFG const
37 #define IFX_EXTERN extern "C"
39 #define IFX_EXTERN extern
46 #define NULL_PTR ((void *)0)
50 #ifndef CFG_LONG_SIZE_T
51 #define CFG_LONG_SIZE_T (0)
57 #elif defined(__GNUC__)
60 #elif defined(__TASKING__)
63 #elif defined(__MSVC__)
64 #include "CompilerMsvc.h"
81 #define IFX_INTERRUPT(isr, vectabNum, prio)
84 #error "Compiler unsupported"