Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/streamports/Jlink_RTT/
DSEGGER_RTT.c163 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment))) argument
166 #define SEGGER_RTT_ALIGN(Var, Alignment) RTT_PRAGMA(data_alignment=Alignment) \ argument
167 Var
169 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment))) argument
174 #define SEGGER_RTT_ALIGN(Var, Alignment) Var argument
179 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var argument
181 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ argument
182 Var
184 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var argument
189 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var argument
[all …]