Searched refs:index (Results 1 – 7 of 7) sorted by relevance
248 traceResult xTraceEntryGetAtIndex(uint32_t index, TraceEntryHandle_t* pxEntryHandle) in xTraceEntryGetAtIndex() argument254 TRC_ASSERT(index < (uint32_t)(TRC_ENTRY_TABLE_SLOTS)); in xTraceEntryGetAtIndex()259 *pxEntryHandle = (TraceEntryHandle_t)&pxEntryTable->axEntries[index]; in xTraceEntryGetAtIndex()
1132 # (index.html). This can be useful if you have a project on for instance GitHub1273 # Configuration options related to the alphabetical class index1276 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all1284 # that should be ignored while generating the index headers. The IGNORE_PREFIX1439 # documentation will contain a main index with vertical navigation menus that1440 # are dynamically created via JavaScript. If disabled, the navigation index will1470 # If the GENERATE_DOCSET tag is set to YES, additional index files will be1523 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The1524 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop1536 # HTML files also contain an index, a table of contents, and you can search for[all …]
2386 uint16_t index; in uiIndexOfObject() local2395 index = (uint16_t)(RecorderDataPtr->ObjectPropertyTable.StartIndexOfClass[objectclass] + in uiIndexOfObject()2397 return index; in uiIndexOfObject()
35 int "RTT buffer up index"48 int "RTT buffer down index"
160 traceResult xTraceEntryGetAtIndex(uint32_t index, TraceEntryHandle_t* pxEntryHandle);
18 https://percepio.com/docs/FreeRTOS/manual/index.html#Creating_and_Loading_Traces___Introduction