| D | SEGGER_RTT.c | 223 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__((section(Section))) Var argument 225 #define SEGGER_RTT_PUT_SECTION(Var, Section) \ argument 226 RTT_PRAGMA(location = Section) \ 229 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__((section(Section), zero_init)) Var argument 234 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var argument
|