Searched refs:pxEntry (Results 1 – 1 of 1) sorted by relevance
92 TraceEntry_t *pxEntry; in xTraceEntryCreate() local116 pxEntry = &pxEntryTable->axEntries[xIndex]; in xTraceEntryCreate()118 pxEntry->pvAddress = (void*)pxEntry; /* We set a temporary address */ in xTraceEntryCreate()122 pxEntry->xStates[i] = 0; in xTraceEntryCreate()125 pxEntry->uiOptions = 0; in xTraceEntryCreate()126 pxEntry->szSymbol[0] = 0; in xTraceEntryCreate()128 *pxEntryHandle = (TraceEntryHandle_t)pxEntry; in xTraceEntryCreate()179 TraceEntry_t* pxEntry; in xTraceEntryFind() local192 pxEntry = (TraceEntry_t*)(((uint32_t)pxEntryTable->axEntries) + (i * sizeof(TraceEntry_t))); in xTraceEntryFind()193 if (pxEntry->pvAddress == pvAddress) in xTraceEntryFind()[all …]