Searched refs:ISR_nesting (Results 1 – 2 of 2) sorted by relevance
38 int32_t ISR_nesting; in xTraceStaticBufferGet() local45 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()48 …pxTraceStaticBufferTable->coreDummyEvents[TRC_CFG_GET_CURRENT_CORE()].dummyEvents[ISR_nesting + 1]; in xTraceStaticBufferGet()
61 int32_t ISR_nesting; in xTraceEventBeginRawOffline() local81 xTraceISRGetCurrentNesting(&ISR_nesting); in xTraceEventBeginRawOffline()84 pxEventData = &pxCoreEventData->eventData[ISR_nesting + 1]; in xTraceEventBeginRawOffline()111 int32_t ISR_nesting; in xTraceEventBeginRawOfflineBlocking() local132 xTraceGetCurrentISRNesting(&ISR_nesting); in xTraceEventBeginRawOfflineBlocking()135 …ata = &pxTraceEventDataTable->coreEventData[TRC_CFG_GET_CURRENT_CORE()].eventData[ISR_nesting + 1]; in xTraceEventBeginRawOfflineBlocking()