Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DCompiler.h490 #ifndef STRINGIFY
491 #define STRINGIFY(x) #x
494 #define VAR_SEC_NOCACHE(name) __attribute__((section(".nocache." STRINGIFY(name))))
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/include/
DCompiler.h490 #ifndef STRINGIFY
491 #define STRINGIFY(x) #x
494 #define VAR_SEC_NOCACHE(name) __attribute__((section(".nocache." STRINGIFY(name))))
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/include/
DCompiler.h490 #ifndef STRINGIFY
491 #define STRINGIFY(x) #x
494 #define VAR_SEC_NOCACHE(name) __attribute__((section(".nocache." STRINGIFY(name))))
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_core_ca.h264 #define STRINGIFY(a) #a macro
265 #define __SVC_INDIRECT(n) _Pragma(STRINGIFY(swi_number = n)) __swi
Drtx_core_cm.h285 #define STRINGIFY(a) #a macro
286 #define SVC_INDIRECT(n) _Pragma(STRINGIFY(swi_number = n)) __swi