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

_tx_event_flags_initialize macro

Syntax

#define _tx_event_flags_initialize() \     _tx_event_flags_created_ptr = TX_NULL; \     _tx_event_flags_created_count = TX_EMPTY

References

LocationText
tx_event_flags.h:69
#define _tx_event_flags_initialize() \
tx_initialize_high_level.c:140
_tx_event_flags_initialize();