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

xQueueSendFromISR() function

Syntax

BaseType_t xQueueSendFromISR(QueueHandle_t xQueue,     const void * pvItemToQueue,     BaseType_t *pxHigherPriorityTaskWoken);
Implemented in tx_freertos.c:1615

Arguments

xQueue

pvItemToQueue

pxHigherPriorityTaskWoken

References

Call Tree

Functions called by xQueueSendFromISR()
xQueueSendFromISR()
all items filtered out
Data read by xQueueSendFromISR()
xQueueSendFromISR()
Type of xQueueSendFromISR()
xQueueSendFromISR()
all items filtered out