threadx
_tx_block_pool_created_ptr
is only used within threadx.
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
threadx
_tx_block_pool_created_ptr
_tx_block_pool_created_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_block_pool.h:108
BLOCK_POOL_DECLARE
TX_BLOCK_POOL
*
_tx_block_pool_created_ptr
;
Implemented in
tx_block_pool.h:108
Examples
References
from
examples
Code
Location
Referrer
BLOCK_POOL_DECLARE
TX_BLOCK_POOL
*
_tx_block_pool_created_ptr
;
tx_block_pool.h:108
_tx_block_pool_created_ptr
=
pool_ptr
;
tx_block_pool_create.c:164
_tx_block_pool_create()
next_pool
=
_tx_block_pool_created_ptr
;
tx_block_pool_create.c:172
_tx_block_pool_create()
_tx_block_pool_created_ptr
=
TX_NULL
;
tx_block_pool_delete.c:115
_tx_block_pool_delete()
if
(
_tx_block_pool_created_ptr
==
pool_ptr
)
tx_block_pool_delete.c:127
_tx_block_pool_delete()
_tx_block_pool_created_ptr
=
next_pool
;
tx_block_pool_delete.c:131
_tx_block_pool_delete()
_tx_block_pool_initialize
(
)
;
tx_initialize_high_level.c:143
_tx_initialize_high_level()
next_pool
=
_tx_block_pool_created_ptr
;
txe_block_pool_create.c:130
_txe_block_pool_create()
block_pool_ptr
=
_tx_block_pool_created_ptr
;
txm_module_manager_object_pointer_get_extended.c:353
_txm_module_manager_object_pointer_get_extended()
block_pool_ptr
=
_tx_block_pool_created_ptr
;
txm_module_manager_stop.c:480
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_block_pool_created_ptr
is written by 3 functions and is read by 5 functions:
_tx_block_pool_create()
_tx_block_pool_delete()
_tx_initialize_high_level()
All items filtered out
_tx_block_pool_created_ptr
_tx_block_pool_create()
_tx_block_pool_delete()
_txe_block_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