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

pointer variable

Syntax

CHAR *pointer;

References

LocationReferrerText
app_netxduo.c:58
CHAR *pointer;
app_netxduo.c:87MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, NX_PACKET_POOL_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:94MX_NetXDuo_Init()
ret = nx_packet_pool_create(&AppPool, "Main Packet Pool", PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);
app_netxduo.c:102MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, 2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:109MX_NetXDuo_Init()
app_netxduo.c:117MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:123MX_NetXDuo_Init()
app_netxduo.c:142MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:148MX_NetXDuo_Init()
ret = tx_thread_create(&AppMainThread, "App Main thread", App_Main_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:157MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:162MX_NetXDuo_Init()
ret = tx_thread_create(&AppUDPThread, "App UDP Thread", App_UDP_Thread_Entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:171MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:177MX_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