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

xQueueSendToFrontFromISR() function

Syntax

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

Arguments

xQueue

pvItemToQueue

pxHigherPriorityTaskWoken

References

LocationText
tx_freertos.c:1717
BaseType_t xQueueSendToFrontFromISR(QueueHandle_t xQueue,
FreeRTOS.h:513
BaseType_t xQueueSendToFrontFromISR(QueueHandle_t xQueue,

Call Tree

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