threadx
_txm_module_manger_loaded_count
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txm_module_manger_loaded_count
_txm_module_manger_loaded_count variable
Syntax
Show:
Summary
Declaration
Definition
from
txm_module.h:606
extern
ULONG
_txm_module_manger_loaded_count
;
Implemented in
txm_module_manager_initialize.c:78
Examples
References
from
examples
Code
Location
Referrer
ULONG
_txm_module_manger_loaded_count
;
txm_module_manager_initialize.c:78
extern
ULONG
_txm_module_manger_loaded_count
;
txm_module.h:606
if
(
_txm_module_manger_loaded_count
++
==
0
)
txm_module_manager_absolute_load.c:407
_txm_module_manager_absolute_load()
_txm_module_manger_loaded_count
=
0
;
txm_module_manager_initialize.c:169
_txm_module_manager_initialize()
if
(
_txm_module_manger_loaded_count
++
==
0
)
txm_module_manager_internal_load.c:392
_txm_module_manager_internal_load()
if
(
(
--
_txm_module_manger_loaded_count
)
==
0
)
txm_module_manager_unload.c:165
_txm_module_manager_unload()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_txm_module_manger_loaded_count
is written by 4 functions and is read by 3 functions:
_txm_module_manager_initialize()
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
_txm_module_manager_unload()
All items filtered out
_txm_module_manger_loaded_count
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
_txm_module_manager_unload()
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