netxduo
+
0
/9 examples
SourceVu will show references to
nx_packet_pool_create
from the following samples and libraries:
Libraries
usbx
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ECM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
Symbol previews are coming soon...
Symbols
loading...
Files
loading (6/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
nx_packet_pool_create
nx_packet_pool_create macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:3174
#define
nx_packet_pool_create
_nx_packet_pool_create
Examples
nx_packet_pool_create
is referenced by 9 libraries and example projects:
Libraries
usbx
Examples
STM32469I-Discovery
Applications
USBX
Ux_Device_CDC_ECM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
References
from
0/9
examples
Code
Location
#define
nx_packet_pool_create
_nx_packet_pool_create
nx_api.h:3174
#define
nx_packet_pool_create
(
p
,
n
,
l
,
m
,
s
)
_nxe_packet_pool_create
(
p
,
n
,
l
,
m
,
s
,
sizeof
(
NX_PACKET_POOL
)
)
nx_api.h:3362
status
=
nx_packet_pool_create
(
&
dhcp_ptr
->
nx_dhcp_pool
,
"NetX DHCP Client"
,
NX_DHCP_PACKET_PAYLOAD
,
nxd_dhcp_client.c:330
status
=
nx_packet_pool_create
(
&
(
dns_ptr
->
nx_dns_pool
)
,
"DNS Pool"
,
NX_DNS_PACKET_PAYLOAD
,
nxd_dns.c:247
Call Tree
from
0/9
examples
All items filtered out
All items filtered out
Data Use
from
0/9
examples
All items filtered out
All items filtered out
Class Tree
from
0/9
examples
All items filtered out
All items filtered out
Override Tree
from
0/9
examples
All items filtered out
All items filtered out
Implementations
from
0/9
examples
All items filtered out
All items filtered out
Instances
from
0/9
examples
Lifecycle
from
0/9
examples
All items filtered out
All items filtered out