Home
last modified time | relevance | path

Searched defs:__CMSIS_GCC_USE_REG (Results 1 – 4 of 4) sorted by relevance

/cmsis_6-latest/CMSIS/Core/Include/
Dcmsis_armclang.h126 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
130 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
Dcmsis_clang.h131 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
135 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
Dcmsis_gcc.h131 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
135 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro
/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h163 #define __CMSIS_GCC_USE_REG(r) "l" (r) macro
167 #define __CMSIS_GCC_USE_REG(r) "r" (r) macro