Home
last modified time | relevance | path

Searched refs:index (Results 1 – 7 of 7) sorted by relevance

/TraceRecorderSource-3.4.0/
DtrcEntryTable.c255 traceResult xTraceEntryGetAtIndex(uint32_t index, TraceEntryHandle_t* pxEntryHandle) in xTraceEntryGetAtIndex() argument
261 TRC_ASSERT(index < TRC_ENTRY_TABLE_SLOTS); in xTraceEntryGetAtIndex()
266 …*pxEntryHandle = (TraceEntryHandle_t)((uint32_t)(pxEntryTable->axEntries) + (index * sizeof(TraceE… in xTraceEntryGetAtIndex()
DDoxyfile1020 # (index.html). This can be useful if you have a project on for instance GitHub
1141 # Configuration options related to the alphabetical class index
1144 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1152 # which the alphabetical index list will be split.
1159 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1161 # while generating the index headers.
1295 # documentation will contain a main index with vertical navigation menus that
1296 # are dynamically created via JavaScript. If disabled, the navigation index will
1326 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1371 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
[all …]
DtrcSnapshotRecorder.c2385 uint16_t index; in uiIndexOfObject() local
2394 index = (uint16_t)(RecorderDataPtr->ObjectPropertyTable.StartIndexOfClass[objectclass] + in uiIndexOfObject()
2396 return index; in uiIndexOfObject()
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
DtrcKernelPort.h1706 #define traceTASK_NOTIFY_TAKE(index) \ argument
1707 if (pxCurrentTCB->ucNotifyState[index] == taskNOTIFICATION_RECEIVED){ \
1723 #define traceTASK_NOTIFY_TAKE_BLOCK(index) \ argument
1754 #define traceTASK_NOTIFY_WAIT(index) \ argument
1757 if (pxCurrentTCB->ucNotifyState[index] == taskNOTIFICATION_RECEIVED) \
1775 #define traceTASK_NOTIFY_WAIT_BLOCK(index) \ argument
1792 #define traceTASK_NOTIFY(index) \ argument
1808 #define traceTASK_NOTIFY_FROM_ISR(index) \ argument
1823 #define traceTASK_NOTIFY_GIVE_FROM_ISR(index) \ argument
2825 #define traceTASK_NOTIFY(index) \ argument
[all …]
/TraceRecorderSource-3.4.0/streamports/Jlink_RTT/
DKconfig35 int "RTT buffer up index"
48 int "RTT buffer down index"
/TraceRecorderSource-3.4.0/include/
DtrcEntryTable.h129 traceResult xTraceEntryGetAtIndex(uint32_t index, TraceEntryHandle_t* pxEntryHandle);
/TraceRecorderSource-3.4.0/streamports/TCPIP/
DReadme-Streamport.txt18 https://percepio.com/docs/FreeRTOS/manual/index.html#Creating_and_Loading_Traces___Introduction