TX_EVENT_FLAGS_AND_MASK is only used within threadx.
 
Symbols
loading...
Files
loading...

TX_EVENT_FLAGS_AND_MASK macro

Syntax

#define TX_EVENT_FLAGS_AND_MASK ((UINT) 0x2)

References

LocationText
tx_event_flags.h:57
#define TX_EVENT_FLAGS_AND_MASK ((UINT) 0x2)
tx_event_flags_set.c:128
if ((set_option & TX_EVENT_FLAGS_AND_MASK) == TX_AND)