Searched refs:xTraceISRGetCurrentNesting (Results 1 – 4 of 4) sorted by relevance
138 traceResult xTraceISRGetCurrentNesting(int32_t* puiValue);170 #define xTraceISRGetCurrentNesting(puiValue) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiValue) = pxTra… macro198 #define xTraceGetCurrentISRNesting(puiValue) xTraceISRGetCurrentNesting(puiValue)
43 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()
193 traceResult xTraceISRGetCurrentNesting(int32_t* puiValue) in xTraceISRGetCurrentNesting() function
358 (void)xTraceISRGetCurrentNesting(&ISR_nesting); in xTraceEventBeginRawOffline()