Searched defs:xTraceSetISRProperties (Results 1 – 3 of 3) sorted by relevance
265 TraceISRHandle_t xTraceSetISRProperties(const char* szName, uint32_t uiPriority) in xTraceSetISRProperties() function
655 traceHandle xTraceSetISRProperties(const char* szName, uint8_t uiPriority) in xTraceSetISRProperties() function
1067 #define xTraceSetISRProperties(name, priority) ((void)(name), (void)(priority), (traceHandle)0) /* … macro1892 #define xTraceSetISRProperties(a, b) ((void)(a), (void)(b), (traceHandle)0) /* Comma operator in pa… macro