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

pointer variable

Syntax

UCHAR *pointer;

References

LocationReferrerText
app_netxduo.c:61
UCHAR *pointer;
app_netxduo.c:128MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, NX_PACKET_POOL_SIZE, TX_NO_WAIT);
app_netxduo.c:138MX_NetXDuo_Init()
ret = nx_packet_pool_create(&EthPool, "NetX Main Packet Pool", PACKET_PAYLOAD_SIZE, pointer, NX_PACKET_POOL_SIZE);
app_netxduo.c:148MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, SERVER_POOL_SIZE, TX_NO_WAIT);
app_netxduo.c:168MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, 2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT);
app_netxduo.c:179MX_NetXDuo_Init()
app_netxduo.c:188MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, ARP_CACHE_SIZE, TX_NO_WAIT);
app_netxduo.c:198MX_NetXDuo_Init()
ret = nx_arp_enable(&EthIP, (void *) pointer, ARP_CACHE_SIZE);
app_netxduo.c:234MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, SERVER_STACK, TX_NO_WAIT);
app_netxduo.c:244MX_NetXDuo_Init()
ret = nx_web_http_server_create(&HTTPServer, "WEB HTTP Server", &EthIP, CONNECTION_PORT,&Flash_Media, pointer,
app_netxduo.c:254MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, 2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT);
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:273MX_NetXDuo_Init()
ret = tx_byte_allocate(byte_pool, (VOID **) &pointer, 2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT);
app_netxduo.c:283MX_NetXDuo_Init()
ret = tx_thread_create(&AppWebServerThread, "App Web Server Thread", nx_server_thread_entry, 0, pointer, 2 * DEFAULT_MEMORY_SIZE,
app_netxduo.c:291MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer, DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:297MX_NetXDuo_Init()
ret = tx_thread_create(&LedThread, "LED control Thread", LedThread_Entry, 0, pointer, DEFAULT_MEMORY_SIZE,
app_netxduo.c:306MX_NetXDuo_Init()
if (tx_byte_allocate(byte_pool, (VOID **) &pointer,2 * DEFAULT_MEMORY_SIZE, TX_NO_WAIT) != TX_SUCCESS)
app_netxduo.c:312MX_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