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

Syntax

#define tx_event_flags_create(g,n) _txe_event_flags_create((g),(n),(sizeof(TX_EVENT_FLAGS_GROUP)))

Arguments

g

n

Examples

tx_event_flags_create is referenced by 12 libraries and example projects.

References

LocationText
tx_api.h:1030
#define tx_event_flags_create _tx_event_flags_create
tx_api.h:1265
#define tx_event_flags_create(g,n) _txe_event_flags_create((g),(n),(sizeof(TX_EVENT_FLAGS_GROUP)))
tx_freertos.c:2037
ret = tx_event_flags_create(&p_event->event, "");
tx_freertos.c:2061
ret = tx_event_flags_create(&pxEventGroupBuffer->event, "");