threadx + 0/12 examples
CodeScope will show references to tx_event_flags_get 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_get macro

Syntax

#define tx_event_flags_get _txe_event_flags_get

Examples

tx_event_flags_get is referenced by 12 libraries and example projects.

References

LocationText
tx_api.h:1032
#define tx_event_flags_get _tx_event_flags_get
tx_api.h:1267
#define tx_event_flags_get _txe_event_flags_get
tx_freertos.c:2119
ret = tx_event_flags_get(&xEventGroup->event, uxBitsToWaitFor, get_option, &bits, timeout);