Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcISR.c33 TraceISRCoreInfo_t* pxCoreInfo = &pxTraceISRInfo->coreInfos[uiCoreIndex]; in xTraceISRInitialize() local
38 pxCoreInfo->handleStack[uiStackIndex] = 0; in xTraceISRInitialize()
41 pxCoreInfo->stackIndex = -1; in xTraceISRInitialize()
42 pxCoreInfo->isPendingContextSwitch = 0; in xTraceISRInitialize()
112 TraceISRCoreInfo_t* pxCoreInfo; in xTraceISRBegin() local
125 pxCoreInfo = &pxTraceISRInfo->coreInfos[TRC_CFG_GET_CURRENT_CORE()]; in xTraceISRBegin()
127 if (pxCoreInfo->stackIndex == -1) in xTraceISRBegin()
129 pxCoreInfo->isPendingContextSwitch = 0; in xTraceISRBegin()
132 if (pxCoreInfo->stackIndex < (TRC_CFG_MAX_ISR_NESTING) - 1) in xTraceISRBegin()
134 pxCoreInfo->stackIndex++; in xTraceISRBegin()
[all …]