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

TX_AND macro

Syntax

#define TX_AND ((UINT) 2)

Examples

TX_AND is referenced by 3 libraries and example projects.

References

LocationText
tx_api.h:131
#define TX_AND ((UINT) 2)
tx_event_flags_get.c:126
and_request = (get_option & TX_AND);
tx_event_flags_get.c:191
if (and_request == TX_AND)
tx_event_flags_set.c:128
tx_event_flags_set.c:234
and_request = (get_option & TX_AND);
tx_event_flags_set.c:237
if (and_request == TX_AND)
tx_event_flags_set.c:380
and_request = (get_option & TX_AND);
tx_event_flags_set.c:383
if (and_request == TX_AND)
tx_freertos.c:2113
get_option = TX_AND;
tx_freertos.c:2179
ret = tx_event_flags_set(&xEventGroup->event, ~bits, TX_AND);
txe_event_flags_set.c:105
if (set_option != TX_AND)