Home
last modified time | relevance | path

Searched refs:__WEAK (Results 1 – 6 of 6) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h88 #ifndef __WEAK
89 #define __WEAK __attribute__((weak)) macro
160 #ifndef __WEAK
161 #define __WEAK __attribute__((weak)) macro
231 #ifndef __WEAK
232 #define __WEAK __weak macro
Dcmsis_iccarm.h241 #undef __WEAK /* undo the definition from DLib_Defaults.h */
242 #ifndef __WEAK
244 #define __WEAK __attribute__((weak)) macro
246 #define __WEAK _Pragma("__weak") macro
Dcmsis_armcc.h75 #ifndef __WEAK
76 #define __WEAK __attribute__((weak)) macro
Dcmsis_armclang.h51 #ifndef __WEAK
52 #define __WEAK __attribute__((weak)) macro
Dcmsis_armclang_ltm.h51 #ifndef __WEAK
52 #define __WEAK __attribute__((weak)) macro
Dcmsis_gcc.h58 #ifndef __WEAK
59 #define __WEAK __attribute__((weak)) macro