threadx
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (4/4)...
threadx
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Arguments
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 macro
Syntax
Show:
Summary
Declaration
from
txm_module_port.h:275
#define
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
(
module_preamble
,
code_size
,
code_alignment
,
data_size
,
data_alignment
)
_txm_module_manager_alignment_adjust
(
module_preamble
,
&
code_size
,
&
code_alignment
,
&
data_size
,
&
data_alignment
)
;
Arguments
Argument
module_preamble
code_size
code_alignment
data_size
data_alignment
Examples
References
from
examples
Code
Location
#define
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
(
module_preamble
,
code_size
,
code_alignment
,
data_size
,
data_alignment
)
_txm_module_manager_alignment_adjust
(
module_preamble
,
&
code_size
,
&
code_alignment
,
&
data_size
,
&
data_alignment
)
;
txm_module_port.h:275
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_ALIGNMENT_ADJUST
(
module_preamble
,
code_size_ignored
,
code_alignment_ignored
,
data_size
,
data_alignment
)
txm_module_manager_internal_load.c:238
TXM_MODULE_MANAGER_ALIGNMENT_ADJUST
(
module_preamble
,
code_size
,
code_alignment
,
data_size_ignored
,
data_alignment_ignored
)
txm_module_manager_util.c:407
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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