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

tx_queue_receive macro

Syntax

#define tx_queue_receive _txe_queue_receive

Examples

tx_queue_receive is referenced by 9 libraries and example projects.

References

LocationText
tx_api.h:1066
#define tx_queue_receive _tx_queue_receive
tx_api.h:1300
#define tx_queue_receive _txe_queue_receive
tx_freertos.c:2790
ret = tx_queue_receive(&xQueueSet->queue, &p_ptr, timeout);