Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/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-3.5.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h240 …ENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, xTicksToWait, xCopyPosition)
242 …astID_OFFSET + apiID_XQUEUEGENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), 0, 0, xCopyPosition)
244 …ENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, xTicksToWait, xCopyPosition)
245 …_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, (U32)pxHigherPriorityTaskWoken, xCopyPosition)
246 …_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, (U32)pxHigherPriorityTaskWoken, xCopyPosition)
/hal_espressif-3.5.0/components/freertos/
Dqueue.c228 …ifyQueueSetContainer( const Queue_t * const pxQueue, const BaseType_t xCopyPosition ) PRIVILEGED_F…
814 const BaseType_t xCopyPosition ) in xQueueGenericSend() argument
822 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSend()
846 … if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSend()
854 … xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
858 … if( ( xCopyPosition == queueOVERWRITE ) && ( uxPreviousMessagesWaiting != ( UBaseType_t ) 0 ) ) in xQueueGenericSend()
865 … else if( prvNotifyQueueSetContainer( pxQueue, xCopyPosition ) != pdFALSE ) in xQueueGenericSend()
912 … xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
1049 const BaseType_t xCopyPosition ) in xQueueGenericSendFromISR() argument
1057 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSendFromISR()
[all …]
/hal_espressif-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/components/freertos/include/freertos/
Dqueue.h689 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
1398 const BaseType_t xCopyPosition ) PRIVILEGED_FUNCTION;
Dmpu_prototypes.h125 const BaseType_t xCopyPosition ) FREERTOS_SYSTEM_CALL;