netxduo
NX_PACKET_FREE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (1/7)...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_PACKET_FREE
NX_PACKET_FREE macro
Syntax
Show:
Summary
Declaration
from
nx_packet.h:66
#define
NX_PACKET_FREE
(
(
ALIGN_TYPE
)
0xFFFFFFFF
)
Examples
References
from
examples
Code
Location
#define
NX_PACKET_FREE
(
(
ALIGN_TYPE
)
0xFFFFFFFF
)
/* Packet is available and in the pool */
nx_packet.h:66
(
(
NX_PACKET
*
)
packet_ptr
)
->
nx_packet_union_next
.
nx_packet_tcp_queue_next
=
(
NX_PACKET
*
)
NX_PACKET_FREE
;
nx_packet_pool_create.c:164
packet_ptr
->
nx_packet_union_next
.
nx_packet_tcp_queue_next
=
(
NX_PACKET
*
)
NX_PACKET_FREE
;
nx_packet_release.c:232
(
packet_ptr
->
nx_packet_union_next
.
nx_packet_tcp_queue_next
!=
(
(
NX_PACKET
*
)
NX_PACKET_FREE
)
)
)
nx_packet_transmit_release.c:100
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out