Home
last modified time | relevance | path

Searched refs:UTIL_PLACE_IN_SECTION (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dutilities_conf.h73 #define UTIL_PLACE_IN_SECTION( __x__ ) __attribute__((section (__x__), zero_init)) macro
75 #define UTIL_PLACE_IN_SECTION( __x__ ) __attribute__((section (__x__)))
77 #define UTIL_PLACE_IN_SECTION( __x__ ) __attribute__((section (__x__)))
/hal_stm32-latest/lib/stm32wba/Utilities/misc/
Dstm32_mem.h35 #define UTIL_MEM_PLACE_IN_SECTION( __x__ ) UTIL_PLACE_IN_SECTION( __x__ )