AppMainThread is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

AppMainThread variable

Syntax

TX_THREAD AppMainThread;

References

LocationReferrerText
app_netxduo.c:36
TX_THREAD AppMainThread;
app_netxduo.c:264MX_NetXDuo_Init()
ret = tx_thread_create(&AppMainThread, "App Main thread", App_Main_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:448webserver_request_notify_callback()
tx_thread_info_get(&AppMainThread, &main_thread_name, NULL, &main_thread_count, NULL, NULL, NULL, NULL, NULL);

Type Use

Type of AppMainThread
AppMainThread
all items filtered out