xQueueSend() is only used within threadx.
 
Symbols
loading...
Files
loading...

xQueueSend() function

Syntax

BaseType_t xQueueSend(QueueHandle_t xQueue,     const void * pvItemToQueue,     TickType_t xTicksToWait);
Implemented in tx_freertos.c:1561

Arguments

xQueue

pvItemToQueue

xTicksToWait

Call Tree

Functions calling xQueueSend()
Functions called by xQueueSend()
xQueueSend()
Data read by xQueueSend()
Data written by xQueueSend()
xQueueSend()
xQueueSend()::interrupt_save
xQueueSend()::timeout
xQueueSend()::ret
all items filtered out
Type of xQueueSend()
xQueueSend()
all items filtered out