Searched refs:nISRactive (Results 1 – 1 of 1) sorted by relevance
117 int8_t nISRactive = 0; variable697 if (nISRactive < TRC_CFG_MAX_ISR_NESTING) in xTraceISRBegin()701 isrstack[nISRactive] = handle; in xTraceISRBegin()702 nISRactive++; in xTraceISRBegin()754 if (nISRactive == 0) in xTraceISREnd()763 nISRactive--; in xTraceISREnd()764 if (nISRactive > 0) in xTraceISREnd()768 …hnd8 = prvTraceGet8BitHandle(isrstack[nISRactive - 1]); /* isrstack[nISRactive] is the handle of t… in xTraceISREnd()801 nISRactive++; in prvTraceIncreaseISRActive()807 nISRactive--; in prvTraceDecreaseISRActive()