threadx
_txm_module_manager_alignment_adjust()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txm_module_manager_alignment_adjust()
_txm_module_manager_alignment_adjust() function
Syntax
Show:
Summary
Declaration
Definition
from
txm_module.h:684
TXM_MODULE_MANAGER_ADDITIONAL_PROTOTYPES
;
Implemented in
txm_module_manager_alignment_adjust.c:134
Arguments
Argument
module_preamble
code_size
code_alignment
data_size
data_alignment
Related Functions
Found 1 other functions taking a
TXM_MODULE_PREAMBLE_STRUCT
argument:
Function
_txm_module_manager_util_code_allocation_size_and_alignment_get()
Examples
References
from
examples
Code
Location
Referrer
VOID
_txm_module_manager_alignment_adjust
(
TXM_MODULE_PREAMBLE
*
module_preamble
,
txm_module_manager_alignment_adjust.c:134
TXM_MODULE_MANAGER_ADDITIONAL_PROTOTYPES
txm_module.h:684
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
(
module_preamble
,
code_size_ignored
,
code_alignment_ignored
,
data_allocation_size
,
data_alignment
)
txm_module_manager_absolute_load.c:251
_txm_module_manager_absolute_load()
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
(
module_preamble
,
code_size_ignored
,
code_alignment_ignored
,
data_size
,
data_alignment
)
txm_module_manager_internal_load.c:238
_txm_module_manager_internal_load()
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
(
module_preamble
,
code_size
,
code_alignment
,
data_size_ignored
,
data_alignment_ignored
)
txm_module_manager_util.c:407
_txm_module_manager_util_code_allocation_size_and_alignment_get()
Call Tree
from
examples
_txm_module_manager_alignment_adjust()
is called by 3 functions and calls 1 function:
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
_txm_module_manager_util_code_allocation_size_and_alignment_get()
All items filtered out
_txm_module_manager_alignment_adjust()
_txm_power_of_two_block_size()
All items filtered out
Data Use
from
examples
_txm_module_manager_alignment_adjust()
reads 1 variable:
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_property_flags
All items filtered out
_txm_module_manager_alignment_adjust()
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