netxduo + 0/9 examples
CodeScope will show references to nx_packet_pool_create from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
NetXDuo
 
Symbols
loading...
Files
loading...

nx_packet_pool_create macro

Syntax

#define nx_packet_pool_create _nx_packet_pool_create

Examples

nx_packet_pool_create is referenced by 9 libraries and example projects.

References

LocationText
nx_api.h:3174
#define nx_packet_pool_create _nx_packet_pool_create
nx_api.h:3362
#define nx_packet_pool_create(p, n, l, m, s) _nxe_packet_pool_create(p, n, l, m, s, sizeof(NX_PACKET_POOL))
nxd_dhcp_client.c:330
status = nx_packet_pool_create(&dhcp_ptr -> nx_dhcp_pool, "NetX DHCP Client", NX_DHCP_PACKET_PAYLOAD,
nxd_dns.c:247
status = nx_packet_pool_create(&(dns_ptr -> nx_dns_pool), "DNS Pool", NX_DNS_PACKET_PAYLOAD,