threadx
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_code_size
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
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_code_size
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_code_size field
Syntax
Show:
Summary
Declaration
from
txm_module.h:379
ULONG
txm_module_preamble_code_size
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
txm_module_preamble_code_size
;
/* Module Instruction Area Size */
txm_module.h:379
if
(
(
module_preamble
->
txm_module_preamble_code_size
==
0
)
||
txm_module_manager_absolute_load.c:189
_txm_module_manager_absolute_load()
code_size
=
module_preamble
->
txm_module_preamble_code_size
;
txm_module_manager_absolute_load.c:220
_txm_module_manager_absolute_load()
module_instance
->
txm_module_instance_data_start
=
(
VOID
*
)
(
(
(
CHAR
*
)
module_preamble
->
txm_module_preamble_code_size
)
+
sizeof
(
TXM_MODULE_PREAMBLE
)
)
;
txm_module_manager_absolute_load.c:315
_txm_module_manager_absolute_load()
code_size
=
module_preamble
->
txm_module_preamble_code_size
;
txm_module_manager_in_place_load.c:90
_txm_module_manager_in_place_load()
if
(
(
module_preamble
->
txm_module_preamble_code_size
==
0
)
||
txm_module_manager_internal_load.c:192
_txm_module_manager_internal_load()
code_size
=
module_preamble
->
txm_module_preamble_code_size
;
txm_module_manager_memory_load.c:98
_txm_module_manager_memory_load()
copy_size
=
module_preamble
->
txm_module_preamble_code_size
;
txm_module_manager_memory_load.c:135
_txm_module_manager_memory_load()
code_size
=
module_instance
->
txm_module_instance_preamble_ptr
->
txm_module_preamble_code_size
;
txm_module_manager_mm_register_setup.c:507
_txm_module_manager_mm_register_setup()
code_size
=
module_preamble
->
txm_module_preamble_code_size
;
txm_module_manager_util.c:395
_txm_module_manager_util_code_allocation_size_and_alignment_get()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_code_size
is read by 6 functions:
All items filtered out
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_code_size
_txm_module_manager_absolute_load()
_txm_module_manager_in_place_load()
_txm_module_manager_internal_load()
_txm_module_manager_memory_load()
_txm_module_manager_mm_register_setup()
_txm_module_manager_util_code_allocation_size_and_alignment_get()
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