Searched refs:pxCoreInfo (Results 1 – 1 of 1) sorted by relevance
33 TraceISRCoreInfo_t* pxCoreInfo = &pxTraceISRInfo->coreInfos[uiCoreIndex]; in xTraceISRInitialize() local38 pxCoreInfo->handleStack[uiStackIndex] = 0; in xTraceISRInitialize()41 pxCoreInfo->stackIndex = -1; in xTraceISRInitialize()42 pxCoreInfo->isPendingContextSwitch = 0; in xTraceISRInitialize()112 TraceISRCoreInfo_t* pxCoreInfo; in xTraceISRBegin() local125 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 …]