Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT.c212 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var macro
214 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ macro
217 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var macro
222 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var macro

Completed in 6 milliseconds