Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/
Dcompiler.h110 #define NO_INIT(var) __no_init var argument
119 #define NO_INIT_SECTION(var, sect) SECTION(sect) __no_init var argument
225 #define NO_INIT(var) var __attribute__((section( ".noinit.data" ), zero_init… argument
234 #define NO_INIT_SECTION(var, sect) var __attribute__((section( sect ), zero_init)) argument
249 #define NO_INIT(var) var __attribute__((section(".bss.noinit.data"))) argument
258 #define NO_INIT_SECTION(var, sect) var __attribute__((section(".bss" sect))) argument
296 #define REQUIRED(var) var __attribute__((used)) argument
350 #define NO_INIT(var) var __attribute__((section(".noinit"))) argument
359 #define NO_INIT_SECTION(var, sect) var __attribute__((section(sect))) argument