Searched refs:xISRHandle (Results 1 – 3 of 3) sorted by relevance
109 traceResult xTraceISRBegin(TraceISRHandle_t xISRHandle) in xTraceISRBegin() argument135 pxCoreInfo->handleStack[pxCoreInfo->stackIndex] = xISRHandle; in xTraceISRBegin()141 xTraceEventAddPointer(xEventHandle, (void*)xISRHandle); in xTraceISRBegin()267 TraceISRHandle_t xISRHandle = 0; in xTraceSetISRProperties() local269 xTraceISRRegister(szName, uiPriority, &xISRHandle); in xTraceSetISRProperties()271 return xISRHandle; in xTraceSetISRProperties()
639 static TraceISRHandle_t xISRHandle = 0; in xTraceISRRegister() local642 …TRACE_ASSERT(xISRHandle <= RecorderDataPtr->ObjectPropertyTable.NumberOfObjectsPerClass[TRACE_CLAS… in xTraceISRRegister()645 xISRHandle++; in xTraceISRRegister()647 prvTraceSetObjectName(TRACE_CLASS_ISR, xISRHandle, szName); in xTraceISRRegister()648 prvTraceSetPriorityProperty(TRACE_CLASS_ISR, xISRHandle, uiPriority); in xTraceISRRegister()650 *pxISRHandle = xISRHandle; in xTraceISRRegister()657 TraceISRHandle_t xISRHandle; in xTraceSetISRProperties() local659 xTraceISRRegister(szName, uiPriority, &xISRHandle); in xTraceSetISRProperties()661 return xISRHandle; in xTraceSetISRProperties()
116 traceResult xTraceISRBegin(TraceISRHandle_t xISRHandle);211 #define vTraceStoreISRBegin(xISRHandle) xTraceISRBegin(xISRHandle) argument