Searched refs:xTraceISRGetCurrentNesting (Results 1 – 3 of 3) sorted by relevance
136 traceResult xTraceISRGetCurrentNesting(int32_t* puiValue);168 #define xTraceISRGetCurrentNesting(puiValue) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiValue) = pxTra… macro196 #define xTraceGetCurrentISRNesting(puiValue) xTraceISRGetCurrentNesting(puiValue)218 #define xTraceISRGetCurrentNesting(_puiValue) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2((void)(_puiValue),… macro228 #define xTraceGetCurrentISRNesting(_puiValue) xTraceISRGetCurrentNesting(_puiValue)
41 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()
179 traceResult xTraceISRGetCurrentNesting(int32_t* puiValue) in xTraceISRGetCurrentNesting() function