Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h85 #ifndef __USED
86 #define __USED __attribute__((used)) macro
157 #ifndef __USED
158 #define __USED __attribute__((used)) macro
227 #ifndef __USED
228 #warning No compiler specific solution for __USED. __USED is ignored.
229 #define __USED macro
Dcmsis_armcc.h72 #ifndef __USED
73 #define __USED __attribute__((used)) macro
Dcmsis_iccarm.h233 #ifndef __USED
235 #define __USED __attribute__((used)) macro
237 #define __USED _Pragma("__root") macro
Dcmsis_armclang.h48 #ifndef __USED
49 #define __USED __attribute__((used)) macro
Dcmsis_armclang_ltm.h48 #ifndef __USED
49 #define __USED __attribute__((used)) macro
Dcmsis_gcc.h55 #ifndef __USED
56 #define __USED __attribute__((used)) macro