Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT.c206 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__((aligned(Alignment))) argument
209 #define SEGGER_RTT_ALIGN(Var, Alignment) \ argument
213 #define SEGGER_RTT_ALIGN(Var, Alignment) Var __attribute__((aligned(Alignment))) argument
218 #define SEGGER_RTT_ALIGN(Var, Alignment) Var argument
223 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__((section(Section))) Var argument
225 #define SEGGER_RTT_PUT_SECTION(Var, Section) \ argument
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
238 #define SEGGER_RTT_CB_ALIGN(Var) SEGGER_RTT_ALIGN(Var, SEGGER_RTT_ALIGNMENT) argument
240 #define SEGGER_RTT_CB_ALIGN(Var) Var argument
[all …]