Home
last modified time | relevance | path

Searched refs:pxCoreData (Results 1 – 1 of 1) sorted by relevance

/percepio-latest/TraceRecorder/
DtrcISR.c29 TraceISRCoreData_t* pxCoreData = &pxTraceISRData->cores[uiCoreIndex]; in xTraceISRInitialize() local
34 pxCoreData->handleStack[uiStackIndex] = 0; in xTraceISRInitialize()
37 pxCoreData->stackIndex = -1; in xTraceISRInitialize()
38 pxCoreData->isPendingContextSwitch = 0u; in xTraceISRInitialize()
96 TraceISRCoreData_t* pxCoreData; in xTraceISRBegin() local
107 pxCoreData = &pxTraceISRData->cores[TRC_CFG_GET_CURRENT_CORE()]; in xTraceISRBegin()
109 if (pxCoreData->stackIndex == -1) in xTraceISRBegin()
111 pxCoreData->isPendingContextSwitch = 0u; in xTraceISRBegin()
114 if (pxCoreData->stackIndex < ((TRC_CFG_MAX_ISR_NESTING) - 1)) in xTraceISRBegin()
116 pxCoreData->stackIndex++; in xTraceISRBegin()
[all …]