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

tx_event_flags_set macro

Syntax

#define tx_event_flags_set _txe_event_flags_set

Examples

tx_event_flags_set is referenced by 12 libraries and example projects.

References

LocationText
tx_api.h:1036
#define tx_event_flags_set _tx_event_flags_set
tx_api.h:1271
#define tx_event_flags_set _txe_event_flags_set
tx_freertos.c:2135
ret = tx_event_flags_set(&xEventGroup->event, uxBitsToSet, TX_OR);
tx_freertos.c:2179
ret = tx_event_flags_set(&xEventGroup->event, ~bits, TX_AND);