Home
last modified time | relevance | path

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

/segger-latest/SEGGER/
DSEGGER_RTT.c190 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment))) argument
193 #define SEGGER_RTT_ALIGN(Var, Alignment) RTT_PRAGMA(data_alignment=Alignment) \ argument
194 Var
196 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment))) argument
201 #define SEGGER_RTT_ALIGN(Var, Alignment) Var argument
206 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var argument
208 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ argument
209 Var
211 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var argument
216 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var argument
[all …]