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

TX_QUEUE_FULL macro

Syntax

#define TX_QUEUE_FULL ((UINT) 0x0B)

Examples

TX_QUEUE_FULL is referenced by 1 libraries and example projects.

References

LocationText
tx_api.h:191
#define TX_QUEUE_FULL ((UINT) 0x0B)
tx_freertos.c:1369
if((ret != TX_SUCCESS) && (ret != TX_QUEUE_FULL)) {
tx_freertos.c:1604
if((ret != TX_SUCCESS) && (ret != TX_QUEUE_FULL)) {
tx_freertos.c:1700
if((ret != TX_SUCCESS) && (ret != TX_QUEUE_FULL)) {
tx_queue_cleanup.c:188
tx_queue_front_send.c:295
status = TX_QUEUE_FULL;
tx_queue_front_send.c:417
status = TX_QUEUE_FULL;
tx_queue_send.c:290
status = TX_QUEUE_FULL;
tx_queue_send.c:422
status = TX_QUEUE_FULL;