threadx
_tx_byte_pool_created_count
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_byte_pool_created_count
_tx_byte_pool_created_count variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_byte_pool.h:129
BYTE_POOL_DECLARE
ULONG
_tx_byte_pool_created_count
;
Implemented in
tx_byte_pool.h:129
Examples
References
from
examples
Code
Location
Referrer
BYTE_POOL_DECLARE
ULONG
_tx_byte_pool_created_count
;
tx_byte_pool.h:129
if
(
_tx_byte_pool_created_count
==
TX_EMPTY
)
tx_byte_pool_create.c:154
_tx_byte_pool_create()
_tx_byte_pool_created_count
++
;
tx_byte_pool_create.c:179
_tx_byte_pool_create()
_tx_byte_pool_created_count
--
;
tx_byte_pool_delete.c:112
_tx_byte_pool_delete()
if
(
_tx_byte_pool_created_count
==
TX_EMPTY
)
tx_byte_pool_delete.c:115
_tx_byte_pool_delete()
_tx_byte_pool_initialize
(
)
;
tx_initialize_high_level.c:146
_tx_initialize_high_level()
for
(
i
=
(
(
ULONG
)
0
)
;
i
<
_tx_byte_pool_created_count
;
i
++
)
txe_byte_pool_create.c:129
_txe_byte_pool_create()
while
(
i
<
_tx_byte_pool_created_count
)
txm_module_manager_object_pointer_get_extended.c:402
_txm_module_manager_object_pointer_get_extended()
i
=
_tx_byte_pool_created_count
;
txm_module_manager_stop.c:501
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_byte_pool_created_count
is written by 3 functions and is read by 5 functions:
_tx_byte_pool_create()
_tx_byte_pool_delete()
_tx_initialize_high_level()
All items filtered out
_tx_byte_pool_created_count
_tx_byte_pool_create()
_tx_byte_pool_delete()
_txe_byte_pool_create()
_txm_module_manager_object_pointer_get_extended()
_txm_module_manager_stop()
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