Searched refs:nISRactive (Results 1 – 1 of 1) sorted by relevance
118 int8_t nISRactive = 0; variable698 if (nISRactive < TRC_CFG_MAX_ISR_NESTING) in xTraceISRBegin()702 isrstack[nISRactive] = handle; in xTraceISRBegin()703 nISRactive++; in xTraceISRBegin()755 if (nISRactive == 0) in xTraceISREnd()764 nISRactive--; in xTraceISREnd()765 if (nISRactive > 0) in xTraceISREnd()769 …hnd8 = prvTraceGet8BitHandle(isrstack[nISRactive - 1]); /* isrstack[nISRactive] is the handle of t… in xTraceISREnd()802 nISRactive++; in prvTraceIncreaseISRActive()808 nISRactive--; in prvTraceDecreaseISRActive()