Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dcompiler.h65 #define NO_INIT(var) __no_init var macro
108 #define NO_INIT(var) var __attribute__((section(".noinit"))) macro
151 #define NO_INIT(var) var __attribute__((section("NoInit"))) macro
/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h223 # define NO_INIT __attribute__((zero_init)) macro
225 # define NO_INIT __no_init macro
227 # define NO_INIT __attribute__((section(".no_init"))) macro