Searched defs:fmt (Results 1 – 1 of 1) sorted by relevance
/TraceRecorderSource-3.4.0/include/ |
D | trcRecorder.h | 77 #define vTraceConsoleChannelPrintF(fmt, ...) (void) argument 78 #define xTraceConsoleChannelPrintF(fmt, ...) (void) argument 617 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… argument 1886 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… argument 1903 #define vTraceConsoleChannelPrintF(fmt, ...) (void)(fmt) argument
|