Searched defs:fmt (Results 1 – 1 of 1) sorted by relevance
/percepio-3.6.0/TraceRecorder/include/ |
D | trcRecorder.h | 84 #define vTraceConsoleChannelPrintF(fmt, ...) (void) argument 85 #define xTraceConsoleChannelPrintF(fmt, ...) (void) argument 635 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… argument 1840 #define xTracePrintF(chn, fmt, ...) ((void)(chn), (void)(fmt), TRC_SUCCESS) /* Comma operator is us… argument 1857 #define vTraceConsoleChannelPrintF(fmt, ...) (void)(fmt) argument
|