ip_address_change_notify_callback() is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesNx_WebServerip_address_change_notify_callback()

ip_address_change_notify_callback() function

ip address change callback

Syntax

static VOID ip_address_change_notify_callback(NX_IP *ip_instance,     VOID *ptr);
Implemented in app_netxduo.c:352

Arguments

ip_instance

NX_IP instance registered for this callback

ptr

VOID * optional data pointer

Return value

None

References

LocationReferrerText
app_netxduo.c:352
static VOID ip_address_change_notify_callback(NX_IP *ip_instance, VOID *ptr)
app_netxduo.c:102
static VOID ip_address_change_notify_callback(NX_IP *ip_instance, VOID *ptr);
app_netxduo.c:327MX_NetXDuo_Init()
ret = nx_ip_address_change_notify(&EthIP, ip_address_change_notify_callback, NULL);
app_netxduo.c:363App_Main_Thread_Entry()
ret = nx_ip_address_change_notify(&EthIP, ip_address_change_notify_callback, NULL);

Call Tree

Functions called by ip_address_change_notify_callback()
ip_address_change_notify_callback()
all items filtered out
Data written by ip_address_change_notify_callback()
ip_address_change_notify_callback()