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

pointer variable

Syntax

UCHAR *pointer;

References

LocationReferrerText
app_netxduo.c:47
UCHAR *pointer;
app_netxduo.c:89MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, NX_PACKET_POOL_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:95MX_NetXDuo_Init()
ret = nx_packet_pool_create(&AppPool, "Main Packet Pool", PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);
app_netxduo.c:103MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, 2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:110MX_NetXDuo_Init()
app_netxduo.c:118MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:124MX_NetXDuo_Init()
app_netxduo.c:151MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:157MX_NetXDuo_Init()
ret = tx_thread_create(&AppMainThread, "App Main thread", App_Main_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:166MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:172MX_NetXDuo_Init()
ret = tx_thread_create(&AppTCPThread, "App TCP Thread", App_TCP_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:181MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:187MX_NetXDuo_Init()
ret = tx_thread_create(&AppLinkThread, "App Link Thread", App_Link_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,

Data Use

Functions reading pointer
pointer
all items filtered out
Type of pointer
pointer
all items filtered out