Searched refs:index (Results 1 – 7 of 7) sorted by relevance
255 traceResult xTraceEntryGetAtIndex(uint32_t index, TraceEntryHandle_t* pxEntryHandle) in xTraceEntryGetAtIndex() argument261 TRC_ASSERT(index < TRC_ENTRY_TABLE_SLOTS); in xTraceEntryGetAtIndex()266 …*pxEntryHandle = (TraceEntryHandle_t)((uint32_t)(pxEntryTable->axEntries) + (index * sizeof(TraceE… in xTraceEntryGetAtIndex()
1020 # (index.html). This can be useful if you have a project on for instance GitHub1141 # Configuration options related to the alphabetical class index1144 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all1152 # which the alphabetical index list will be split.1159 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag1161 # while generating the index headers.1295 # documentation will contain a main index with vertical navigation menus that1296 # are dynamically created via JavaScript. If disabled, the navigation index will1326 # If the GENERATE_DOCSET tag is set to YES, additional index files will be1371 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The[all …]
2385 uint16_t index; in uiIndexOfObject() local2394 index = (uint16_t)(RecorderDataPtr->ObjectPropertyTable.StartIndexOfClass[objectclass] + in uiIndexOfObject()2396 return index; in uiIndexOfObject()
1706 #define traceTASK_NOTIFY_TAKE(index) \ argument1707 if (pxCurrentTCB->ucNotifyState[index] == taskNOTIFICATION_RECEIVED){ \1723 #define traceTASK_NOTIFY_TAKE_BLOCK(index) \ argument1754 #define traceTASK_NOTIFY_WAIT(index) \ argument1757 if (pxCurrentTCB->ucNotifyState[index] == taskNOTIFICATION_RECEIVED) \1775 #define traceTASK_NOTIFY_WAIT_BLOCK(index) \ argument1792 #define traceTASK_NOTIFY(index) \ argument1808 #define traceTASK_NOTIFY_FROM_ISR(index) \ argument1823 #define traceTASK_NOTIFY_GIVE_FROM_ISR(index) \ argument2825 #define traceTASK_NOTIFY(index) \ argument[all …]
35 int "RTT buffer up index"48 int "RTT buffer down index"
129 traceResult xTraceEntryGetAtIndex(uint32_t index, TraceEntryHandle_t* pxEntryHandle);
18 https://percepio.com/docs/FreeRTOS/manual/index.html#Creating_and_Loading_Traces___Introduction