Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.c218 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var macro
220 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ macro
223 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var macro
228 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var macro