Searched refs:pxCoreData (Results 1 – 1 of 1) sorted by relevance
31 TraceISRCoreData_t* pxCoreData = &pxTraceISRData->cores[uiCoreIndex]; in xTraceISRInitialize() local36 pxCoreData->handleStack[uiStackIndex] = 0; in xTraceISRInitialize()39 pxCoreData->stackIndex = -1; in xTraceISRInitialize()40 pxCoreData->isPendingContextSwitch = 0u; in xTraceISRInitialize()110 TraceISRCoreData_t* pxCoreData; in xTraceISRBegin() local121 pxCoreData = &pxTraceISRData->cores[TRC_CFG_GET_CURRENT_CORE()]; in xTraceISRBegin()123 if (pxCoreData->stackIndex == -1) in xTraceISRBegin()125 pxCoreData->isPendingContextSwitch = 0u; in xTraceISRBegin()128 if (pxCoreData->stackIndex < ((TRC_CFG_MAX_ISR_NESTING) - 1)) in xTraceISRBegin()130 pxCoreData->stackIndex++; in xTraceISRBegin()[all …]