Home
last modified time | relevance | path

Searched refs:xCopyPosition (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/
Dexpected_output224 …eueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
242 …eueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
246 …eueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
247 …eueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
264 …eueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
265 …eueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
281 …eueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
283 …eueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
300 …eueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
301 …eueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
[all …]
Dexpected_output_mcore101 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
178 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
185 …eueGenericSend(53), plen 7: [xQueue: 12288168, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
197 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
257 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
272 …eueGenericSend(53), plen 7: [xQueue: 12289032, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
284 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
358 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
366 …eueGenericSend(53), plen 7: [xQueue: 12289896, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
381 …eueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: 0, xTicksToWait: 0, xCopyPosition: 0]
[all …]
/hal_espressif-2.7.6/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h243 …ENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, xTicksToWait, xCopyPosition)
245 …astID_OFFSET + apiID_XQUEUEGENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), 0, 0, xCopyPosition)
247 …ENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, xTicksToWait, xCopyPosition)
248 …_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, (U32)pxHigherPriorityTaskWoken, xCopyPosition)
249 …_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, (U32)pxHigherPriorityTaskWoken, xCopyPosition)
/hal_espressif-2.7.6/components/freertos/
Dqueue.c211 …ifyQueueSetContainer( const Queue_t * const pxQueue, const BaseType_t xCopyPosition ) PRIVILEGED_F…
764 …xQueue, const void * const pvItemToQueue, TickType_t xTicksToWait, const BaseType_t xCopyPosition ) in xQueueGenericSend() argument
772 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSend()
796 if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSend()
804 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
808 … if( ( xCopyPosition == queueOVERWRITE ) && ( uxPreviousMessagesWaiting != ( UBaseType_t ) 0 ) ) in xQueueGenericSend()
815 else if( prvNotifyQueueSetContainer( pxQueue, xCopyPosition ) != pdFALSE ) in xQueueGenericSend()
862 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
978 …const pvItemToQueue, BaseType_t * const pxHigherPriorityTaskWoken, const BaseType_t xCopyPosition ) in xQueueGenericSendFromISR() argument
986 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSendFromISR()
[all …]
/hal_espressif-2.7.6/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt58 … xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
64 …ericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=%u xCopyPosition=%u
70 … xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt58 … xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
64 …ericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=%u xCopyPosition=%u
70 … xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
/hal_espressif-2.7.6/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt58 … xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
64 …ericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=%u xCopyPosition=%u
70 … xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt58 … xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
64 …ericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=%u xCopyPosition=%u
70 … xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt58 … xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
64 …ericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=%u xCopyPosition=%u
70 … xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosition=%u
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h572 …void * const pvItemToQueue, TickType_t xTicksToWait, const BaseType_t xCopyPosition ) PRIVILEGED_F…
1125 …Queue, BaseType_t * const pxHigherPriorityTaskWoken, const BaseType_t xCopyPosition ) PRIVILEGED_F…