Searched refs:TRC_ENTRY_TABLE_SLOTS (Results 1 – 3 of 3) sorted by relevance
18 …>axEntries[0]) && ((void*)(xEntryHandle) < (void*)&pxEntryTable->axEntries[TRC_ENTRY_TABLE_SLOTS]))55 TRC_ASSERT((TRC_ENTRY_TABLE_SLOTS) != 0); in xTraceEntryTableInitialize()59 pxEntryTable->uxSlots = (TraceUnsignedBaseType_t)(TRC_ENTRY_TABLE_SLOTS); in xTraceEntryTableInitialize()63 for (i = 0u; i < (uint32_t)(TRC_ENTRY_TABLE_SLOTS); i++) in xTraceEntryTableInitialize()142 TRC_ASSERT((uint32_t)xIndex < (uint32_t)(TRC_ENTRY_TABLE_SLOTS)); in xTraceEntryDelete()180 for (i = 0u; i < (uint32_t)(TRC_ENTRY_TABLE_SLOTS); i++) in xTraceEntryFind()238 *puiCount = (uint32_t)(TRC_ENTRY_TABLE_SLOTS) - GET_FREE_INDEX_COUNT(); in xTraceEntryGetCount()249 TRC_ASSERT(index < (uint32_t)(TRC_ENTRY_TABLE_SLOTS)); in xTraceEntryGetAtIndex()397 for (i = 0u; i < (uint32_t)(TRC_ENTRY_TABLE_SLOTS); i++) in prvEntryIndexInitialize()402 pxIndexTable->uiFreeIndexCount = TRC_ENTRY_TABLE_SLOTS; in prvEntryIndexInitialize()[all …]
602 for (i = 0; i < (TRC_ENTRY_TABLE_SLOTS); i++) in prvTraceStoreEntryTable()
57 #define TRC_ENTRY_TABLE_SLOTS ((((TRC_CFG_ENTRY_SLOTS) + (TRC_ENTRY_INDEX_ALIGNMENT_MULTIPLE) - 1) … macro61 …TraceEntryIndex_t axFreeIndexes[TRC_ENTRY_TABLE_SLOTS]; /* slot count and size is aligned to 64-bi…80 TraceEntry_t axEntries[TRC_ENTRY_TABLE_SLOTS];