Searched refs:ISR_nesting (Results 1 – 2 of 2) sorted by relevance
36 int32_t ISR_nesting; in xTraceStaticBufferGet() local43 TRC_ASSERT(xTraceISRGetCurrentNesting(&ISR_nesting) == TRC_SUCCESS); in xTraceStaticBufferGet()46 …pxTraceStaticBufferTable->coreDummyEvents[TRC_CFG_GET_CURRENT_CORE()].dummyEvents[ISR_nesting + 1]; in xTraceStaticBufferGet()
334 int32_t ISR_nesting = 0; in xTraceEventBeginRawOffline() local358 (void)xTraceISRGetCurrentNesting(&ISR_nesting); in xTraceEventBeginRawOffline()361 pxEventData = &pxCoreEventData->eventData[ISR_nesting + 1]; in xTraceEventBeginRawOffline()388 int32_t ISR_nesting = 0; in xTraceEventBeginRawOfflineBlocking() local411 (void)xTraceGetCurrentISRNesting(&ISR_nesting); in xTraceEventBeginRawOfflineBlocking()414 …ata = &pxTraceEventDataTable->coreEventData[TRC_CFG_GET_CURRENT_CORE()].eventData[ISR_nesting + 1]; in xTraceEventBeginRawOfflineBlocking()