Searched refs:nISRactive (Results 1 – 1 of 1) sorted by relevance
116 int8_t nISRactive = 0; variable698 if (nISRactive < TRC_CFG_MAX_ISR_NESTING) in vTraceStoreISRBegin()702 isrstack[nISRactive] = handle; in vTraceStoreISRBegin()703 nISRactive++; in vTraceStoreISRBegin()774 if (nISRactive == 0) in vTraceStoreISREnd()782 nISRactive--; in vTraceStoreISREnd()783 if (nISRactive > 0) in vTraceStoreISREnd()787 …hnd8 = prvTraceGet8BitHandle(isrstack[nISRactive - 1]); /* isrstack[nISRactive] is the handle of t… in vTraceStoreISREnd()818 nISRactive++; in prvTraceIncreaseISRActive()824 nISRactive--; in prvTraceDecreaseISRActive()