threadx + 0/8 examples
CodeScope will show references to tx_queue_send from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
ThreadX
USBX
 
Symbols
loading...
Files
loading...

tx_queue_send macro

Syntax

#define tx_queue_send _txe_queue_send

Examples

tx_queue_send is referenced by 8 libraries and example projects.

References

LocationText
tx_api.h:1067
#define tx_queue_send _tx_queue_send
tx_api.h:1301
#define tx_queue_send _txe_queue_send
tx_freertos.c:1368
ret = tx_queue_send(&xSemaphore->p_set->queue, &xSemaphore, TX_NO_WAIT);
tx_freertos.c:1603
ret = tx_queue_send(&xQueue->p_set->queue, &xQueue, TX_NO_WAIT);
tx_freertos.c:1699
ret = tx_queue_send(&xQueue->p_set->queue, &xQueue, TX_NO_WAIT);