Searched defs:Var (Results 1 – 1 of 1) sorted by relevance
/segger-latest/SEGGER/ |
D | SEGGER_RTT.c | 190 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__ ((aligned (Alignment))) argument 193 #define SEGGER_RTT_ALIGN(Var, Alignment) RTT_PRAGMA(data_alignment=Alignment) \ argument 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 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 220 #define SEGGER_RTT_CB_ALIGN(Var) SEGGER_RTT_ALIGN(Var, SEGGER_RTT_ALIGNMENT) argument 222 #define SEGGER_RTT_CB_ALIGN(Var) Var argument [all …]
|