threadx
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_code_allocation_ptr
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
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_INSTANCE_STRUCT::txm_module_instance_code_allocation_ptr
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_code_allocation_ptr field
Syntax
Show:
Summary
Declaration
from
txm_module.h:433
VOID
*
txm_module_instance_code_allocation_ptr
;
Examples
References
from
examples
Code
Location
Referrer
VOID
*
txm_module_instance_code_allocation_ptr
;
txm_module.h:433
module_instance
->
txm_module_instance_code_allocation_ptr
=
(
VOID
*
)
NULL
;
txm_module_manager_absolute_load.c:324
_txm_module_manager_absolute_load()
module_instance
->
txm_module_instance_code_allocation_ptr
=
(
VOID
*
)
code_allocation_ptr
;
txm_module_manager_internal_load.c:309
_txm_module_manager_internal_load()
if
(
module_instance
->
txm_module_instance_code_allocation_ptr
)
txm_module_manager_unload.c:142
_txm_module_manager_unload()
memory_ptr
=
module_instance
->
txm_module_instance_code_allocation_ptr
;
txm_module_manager_unload.c:146
_txm_module_manager_unload()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_code_allocation_ptr
is written by 2 functions and is read by 1 function:
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
All items filtered out
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_code_allocation_ptr
_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