netxduo
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspended_count
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
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_POOL_STRUCT::nx_packet_pool_suspended_count
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspended_count field
Syntax
Show:
Summary
Declaration
from
nx_api.h:1660
ULONG
nx_packet_pool_suspended_count
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_packet_pool_suspended_count
;
nx_api.h:1660
pool_ptr
->
nx_packet_pool_suspended_count
++
;
nx_packet_allocate.c:232
_nx_packet_allocate()
pool_ptr
->
nx_packet_pool_suspended_count
--
;
nx_packet_pool_cleanup.c:131
_nx_packet_pool_cleanup()
pool_ptr
->
nx_packet_pool_suspended_count
=
0
;
nx_packet_pool_create.c:128
_nx_packet_pool_create()
while
(
pool_ptr
->
nx_packet_pool_suspended_count
)
nx_packet_pool_delete.c:125
_nx_packet_pool_delete()
pool_ptr
->
nx_packet_pool_suspended_count
--
;
nx_packet_pool_delete.c:150
_nx_packet_pool_delete()
pool_ptr
->
nx_packet_pool_suspended_count
--
;
nx_packet_release.c:164
_nx_packet_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspended_count
is written by 5 functions and is read by 4 functions:
_nx_packet_allocate()
_nx_packet_pool_cleanup()
_nx_packet_pool_create()
_nx_packet_pool_delete()
_nx_packet_release()
All items filtered out
NX_PACKET_POOL_STRUCT::nx_packet_pool_suspended_count
_nx_packet_allocate()
_nx_packet_pool_cleanup()
_nx_packet_pool_delete()
_nx_packet_release()
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