DEFAULT_MEMORY_SIZE is only used within Nx_TCP_Echo_Server.
 
Symbols
loading...
Files
loading...

DEFAULT_MEMORY_SIZE macro

Syntax

#define DEFAULT_MEMORY_SIZE 1024

References

LocationText
app_netxduo.h:84
#define DEFAULT_MEMORY_SIZE 1024
app_netxduo.c:103
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, 2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:110
pointer, 2 * DEFAULT_MEMORY_SIZE, DEFAULT_PRIORITY);
app_netxduo.c:118
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:124
ret = nx_arp_enable(&IpInstance, (VOID *)pointer, DEFAULT_MEMORY_SIZE);
app_netxduo.c:151
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:157
ret = tx_thread_create(&AppMainThread, "App Main thread", App_Main_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:166
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:172
ret = tx_thread_create(&AppTCPThread, "App TCP Thread", App_TCP_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:181
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:187
ret = tx_thread_create(&AppLinkThread, "App Link Thread", App_Link_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,