netxduo
_nx_packet_pool_created_ptr
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
Files
loading (3/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_created_ptr
_nx_packet_pool_created_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
nx_packet.h:160
PACKET_POOL_DECLARE
NX_PACKET_POOL
*
_nx_packet_pool_created_ptr
;
Implemented in
nx_packet.h:160
Examples
References
from
examples
Code
Location
Referrer
PACKET_POOL_DECLARE
NX_PACKET_POOL
*
_nx_packet_pool_created_ptr
;
nx_packet.h:160
if
(
_nx_packet_pool_created_ptr
)
nx_packet_pool_create.c:211
_nx_packet_pool_create()
tail_ptr
=
_nx_packet_pool_created_ptr
->
nx_packet_pool_created_previous
;
nx_packet_pool_create.c:215
_nx_packet_pool_create()
_nx_packet_pool_created_ptr
->
nx_packet_pool_created_previous
=
pool_ptr
;
nx_packet_pool_create.c:218
_nx_packet_pool_create()
pool_ptr
->
nx_packet_pool_created_next
=
_nx_packet_pool_created_ptr
;
nx_packet_pool_create.c:223
_nx_packet_pool_create()
_nx_packet_pool_created_ptr
=
pool_ptr
;
nx_packet_pool_create.c:229
_nx_packet_pool_create()
_nx_packet_pool_created_ptr
=
NX_NULL
;
nx_packet_pool_delete.c:96
_nx_packet_pool_delete()
if
(
_nx_packet_pool_created_ptr
==
pool_ptr
)
nx_packet_pool_delete.c:108
_nx_packet_pool_delete()
_nx_packet_pool_created_ptr
=
pool_ptr
->
nx_packet_pool_created_next
;
nx_packet_pool_delete.c:112
_nx_packet_pool_delete()
_nx_packet_pool_created_ptr
=
NX_NULL
;
nx_packet_pool_initialize.c:81
_nx_packet_pool_initialize()
created_pool
=
_nx_packet_pool_created_ptr
;
nxe_packet_pool_create.c:152
_nxe_packet_pool_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_nx_packet_pool_created_ptr
is written by 3 functions and is read by 3 functions:
_nx_packet_pool_create()
_nx_packet_pool_delete()
_nx_packet_pool_initialize()
All items filtered out
_nx_packet_pool_created_ptr
_nx_packet_pool_create()
_nx_packet_pool_delete()
_nxe_packet_pool_create()
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