Home
last modified time | relevance | path

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

/segger-latest/SEGGER/
DSEGGER_RTT.c206 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var macro
208 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ macro
211 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var macro
216 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var macro
233 #define SEGGER_RTT_PUT_CB_SECTION(Var) SEGGER_RTT_PUT_SECTION(Var, SEGGER_RTT_SECTION)
239 #define SEGGER_RTT_PUT_BUFFER_SECTION(Var) SEGGER_RTT_PUT_SECTION(Var, SEGGER_RTT_BUFFER_SECTION)