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

SERVER_STACK macro

Syntax

#define SERVER_STACK 4096

References

LocationText
app_netxduo.h:107
#define SERVER_STACK 4096
app_netxduo.c:234
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, SERVER_STACK, TX_NO_WAIT);
app_netxduo.c:245