netxduo
_nx_packet_pool_created_count
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/7)...
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_created_count
_nx_packet_pool_created_count variable
Syntax
Show:
Summary
Declaration
Definition
from
nx_packet.h:165
PACKET_POOL_DECLARE
ULONG
_nx_packet_pool_created_count
;
Implemented in
nx_packet.h:165
Examples
References
from
examples
Code
Location
Referrer
PACKET_POOL_DECLARE
ULONG
_nx_packet_pool_created_count
;
nx_packet.h:165
_nx_packet_pool_created_count
++
;
nx_packet_pool_create.c:235
_nx_packet_pool_create()
_nx_packet_pool_created_count
--
;
nx_packet_pool_delete.c:86
_nx_packet_pool_delete()
_nx_packet_pool_created_count
=
0
;
nx_packet_pool_initialize.c:82
_nx_packet_pool_initialize()
created_count
=
_nx_packet_pool_created_count
;
nxe_packet_pool_create.c:153
_nxe_packet_pool_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_nx_packet_pool_created_count
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_count
_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