threadx + 0/1 examples
CodeScope will show references to TX_QUEUE_EMPTY from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

TX_QUEUE_EMPTY macro

Syntax

#define TX_QUEUE_EMPTY ((UINT) 0x0A)

Examples

TX_QUEUE_EMPTY is referenced by 1 libraries and example projects.

References

LocationText
tx_api.h:190
#define TX_QUEUE_EMPTY ((UINT) 0x0A)
tx_queue_cleanup.c:194
tx_queue_receive.c:383
status = TX_QUEUE_EMPTY;
tx_queue_receive.c:482
status = TX_QUEUE_EMPTY;