Searched refs:xTraceISRGetCurrentNesting (Results 1 – 4 of 4) sorted by relevance
148 traceResult xTraceISRGetCurrentNesting(int32_t* puiValue);180 #define xTraceISRGetCurrentNesting(puiValue) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiValue) = pxTra… macro208 #define xTraceGetCurrentISRNesting(puiValue) xTraceISRGetCurrentNesting(puiValue)
45 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()
220 traceResult xTraceISRGetCurrentNesting(int32_t* puiValue) in xTraceISRGetCurrentNesting() function
81 xTraceISRGetCurrentNesting(&ISR_nesting); in xTraceEventBeginRawOffline()