NX_TIMER_EXTENSION_PTR_GET is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_TIMER_EXTENSION_PTR_GET macro

Syntax

#define NX_TIMER_EXTENSION_PTR_GET(a, b, c) { \     (a) = (b *)(c); \     }

Arguments

a

b

c

References

LocationText
nx_api.h:177
#define NX_TIMER_EXTENSION_PTR_GET(a, b, c) { \
nx_ip_fast_periodic_timer_entry.c:83
NX_TIMER_EXTENSION_PTR_GET(ip_ptr, NX_IP, ip_address)
nx_ip_periodic_timer_entry.c:83
NX_TIMER_EXTENSION_PTR_GET(ip_ptr, NX_IP, ip_address)
nxd_dhcp_client.c:5112
NX_TIMER_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP, dhcp)