Symbols
loading...
Files
loading...

TX_AUTO_START macro

Syntax

#define TX_AUTO_START ((UINT) 1)

Examples

TX_AUTO_START is referenced by 31 libraries and example projects.

References

LocationText
tx_api.h:141
#define TX_AUTO_START ((UINT) 1)
tx_freertos.c:203
txfr_idle_stack, sizeof(txfr_idle_stack), TX_MAX_PRIORITIES - 1u, TX_MAX_PRIORITIES - 1u, 0u, TX_AUTO_START);
tx_thread_create.c:273
if (auto_start == TX_AUTO_START)
txe_thread_create.c:262
else if (auto_start > TX_AUTO_START)
txm_module_manager_stop.c:232
TX_AUTO_START,
txm_module_manager_thread_create.c:234
if (auto_start > TX_AUTO_START)
txm_module_manager_thread_create.c:639
if (auto_start == TX_AUTO_START)