Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/
Dcompiler.h66 #define NORETURN_FUNCTION(function) __noreturn function argument
74 #define NOSTACK_FUNCTION(function) __stackless function argument
95 #define WEAK_FUNCTION(function) __weak function argument
126 #define NO_INLINE(function) _Pragma(QUOTEME(optimize=no_inline)) function argument
193 #define NORETURN_FUNCTION(function) __attribute__((noreturn)) function argument
202 #define NOSTACK_FUNCTION(function) function argument
209 #define NO_INLINE(function) __attribute__((noinline)) function argument
217 #define WEAK_FUNCTION(function) __weak function argument
241 #define WEAK_FUNCTION(function) __attribute__((weak)) function argument
317 #define WEAK_FUNCTION(function) __attribute__((weak)) function argument
[all …]