Home
last modified time | relevance | path

Searched refs:__NO_INIT (Results 1 – 7 of 7) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h135 #ifndef __NO_INIT
136 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro
213 #ifndef __NO_INIT
214 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro
290 #ifndef __NO_INIT
291 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro
Dcmsis_armcc.h111 #ifndef __NO_INIT
112 …#define __NO_INIT __attribute__ ((section (".bss.noinit"), zero_init)) macro
Dcmsis_tiarmclang.h112 #ifndef __NO_INIT
113 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro
Dcmsis_armclang.h112 #ifndef __NO_INIT
113 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro
Dcmsis_iccarm.h111 #ifndef __NO_INIT
112 #define __NO_INIT __attribute__ ((section (".noinit"))) macro
Dcmsis_armclang_ltm.h112 #ifndef __NO_INIT
113 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro
Dcmsis_gcc.h119 #ifndef __NO_INIT
120 #define __NO_INIT __attribute__ ((section (".bss.noinit"))) macro