Home
last modified time | relevance | path

Searched refs:pvItemToQueue (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h275 #define xQueueSendToFront( xQueue, pvItemToQueue, xTicksToWait ) xQueueGenericSend( ( xQueue ), ( p… argument
347 #define xQueueSendToBack( xQueue, pvItemToQueue, xTicksToWait ) xQueueGenericSend( ( xQueue ), ( pv… argument
421 #define xQueueSend( xQueue, pvItemToQueue, xTicksToWait ) xQueueGenericSend( ( xQueue ), ( pvItemTo… argument
495 #define xQueueOverwrite( xQueue, pvItemToQueue ) xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), … argument
572 BaseType_t xQueueGenericSend( QueueHandle_t xQueue, const void * const pvItemToQueue, TickType_t xT…
857 …SendToFrontFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) xQueueGenericSendFromISR( (… argument
917 …eSendToBackFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) xQueueGenericSendFromISR( (… argument
993 …ueOverwriteFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) xQueueGenericSendFromISR( (… argument
1057 … xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) xQueueGenericSendFromISR( (… argument
1125 BaseType_t xQueueGenericSendFromISR( QueueHandle_t xQueue, const void * const pvItemToQueue, BaseTy…
[all …]
Dcroutine.h380 #define crQUEUE_SEND( xHandle, pxQueue, pvItemToQueue, xTicksToWait, pxResult ) \ argument
382 *( pxResult ) = xQueueCRSend( ( pxQueue) , ( pvItemToQueue) , ( xTicksToWait ) ); \
386 *pxResult = xQueueCRSend( ( pxQueue ), ( pvItemToQueue ), 0 ); \
581 …QUEUE_SEND_FROM_ISR( pxQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) xQueueCRSendFromISR( ( px… argument
/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/
Dexpected_output224 EVENT[215]: 0.008977300 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: …
242 EVENT[225]: 0.009121600 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: …
246 EVENT[229]: 0.009169600 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: …
247 EVENT[230]: 0.009185225 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: …
264 EVENT[243]: 0.009310950 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: …
265 EVENT[244]: 0.009329625 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: …
281 EVENT[256]: 0.009445425 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: …
283 EVENT[258]: 0.009469225 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: …
300 EVENT[271]: 0.009593375 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12275732, pvItemToQueue: …
301 EVENT[272]: 0.009609150 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12291660, pvItemToQueue: …
[all …]
Dexpected_output_mcore101 EVENT[100]: 0.002723725 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
178 EVENT[141]: 0.004135200 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
185 EVENT[146]: 0.004303075 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12288168, pvItemToQueue: …
197 EVENT[158]: 0.004430975 - core[1].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
257 EVENT[182]: 0.004827850 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
272 EVENT[189]: 0.005011525 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12289032, pvItemToQueue: …
284 EVENT[201]: 0.005130625 - core[1].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
358 EVENT[233]: 0.005576775 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
366 EVENT[239]: 0.005667550 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12289896, pvItemToQueue: …
381 EVENT[254]: 0.005817500 - core[0].xQueueGenericSend(53), plen 7: [xQueue: 12276584, pvItemToQueue: …
[all …]
/hal_espressif-2.7.6/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt58 53 xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
64 54 xQueueGenericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=…
70 171 xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
74 175 xQueueCRSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt58 53 xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
64 54 xQueueGenericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=…
70 171 xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
74 175 xQueueCRSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u
/hal_espressif-2.7.6/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt58 53 xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
64 54 xQueueGenericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=…
70 171 xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
74 175 xQueueCRSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt58 53 xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
64 54 xQueueGenericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=…
70 171 xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
74 175 xQueueCRSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt58 53 xQueueGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
64 54 xQueueGenericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=…
70 171 xQueueAltGenericSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u xCopyPosit…
72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
74 175 xQueueCRSend xQueue=%I pvItemToQueue=%p xTicksToWait=%u
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Desp32_mock.c73 uint32_t xQueueSend(QueueHandle_t xQueue, const void * pvItemToQueue, TickType_t xTicksToWait) in xQueueSend() argument
81 memcpy(xQueue, pvItemToQueue, g_size); in xQueueSend()
Desp32_mock.h13 uint32_t xQueueSend(QueueHandle_t xQueue, const void * pvItemToQueue, TickType_t xTicksToWait);
/hal_espressif-2.7.6/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h243 … apiID_XQUEUEGENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, xTicksToWait,…
247 … apiID_XQUEUEGENERICSEND, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, xTicksToWait,…
248 …XQUEUEGENERICSENDFROMISR, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, (U32)pxHigher…
249 …XQUEUEGENERICSENDFROMISR, SEGGER_SYSVIEW_ShrinkId((U32)pxQueue), (U32)pvItemToQueue, (U32)pxHigher…
/hal_espressif-2.7.6/components/freertos/
Dqueue.c199 static BaseType_t prvCopyDataToQueue( Queue_t * const pxQueue, const void *pvItemToQueue, const Bas…
764 BaseType_t xQueueGenericSend( QueueHandle_t xQueue, const void * const pvItemToQueue, TickType_t xT… in xQueueGenericSend() argument
771 configASSERT( !( ( pvItemToQueue == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueGenericSend()
804 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
862 xYieldRequired = prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSend()
978 BaseType_t xQueueGenericSendFromISR( QueueHandle_t xQueue, const void * const pvItemToQueue, BaseTy… in xQueueGenericSendFromISR() argument
985 configASSERT( !( ( pvItemToQueue == NULL ) && ( pxQueue->uxItemSize != ( UBaseType_t ) 0U ) ) ); in xQueueGenericSendFromISR()
1024 ( void ) prvCopyDataToQueue( pxQueue, pvItemToQueue, xCopyPosition ); in xQueueGenericSendFromISR()
2086 static BaseType_t prvCopyDataToQueue( Queue_t * const pxQueue, const void *pvItemToQueue, const Bas… in prvCopyDataToQueue() argument
2114 …( void ) memcpy( ( void * ) pxQueue->pcWriteTo, pvItemToQueue, ( size_t ) pxQueue->uxItemSize ); /… in prvCopyDataToQueue()
[all …]