threadx
TXM_MODULE_MANAGER_CALCULATE_ADJUSTMENTS
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
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_CALCULATE_ADJUSTMENTS
TXM_MODULE_MANAGER_CALCULATE_ADJUSTMENTS macro
Syntax
Show:
Summary
Declaration
from
txm_module_port.h:280
#define
TXM_MODULE_MANAGER_CALCULATE_ADJUSTMENTS
(
properties
,
shell_function_adjust
,
start_function_adjust
,
stop_function_adjust
,
callback_function_adjust
)
\
if
(
(
properties
&
TXM_MODULE_COMPILER_MASK
)
==
TXM_MODULE_IAR_COMPILER
)
\
{
\
shell_function_adjust
=
TXM_MODULE_IAR_SHELL_ADJUST
;
\
start_function_adjust
=
TXM_MODULE_IAR_START_ADJUST
;
\
stop_function_adjust
=
TXM_MODULE_IAR_STOP_ADJUST
;
\
callback_function_adjust
=
TXM_MODULE_IAR_CALLBACK_ADJUST
;
\
}
\
else
if
(
(
properties
&
TXM_MODULE_COMPILER_MASK
)
==
TXM_MODULE_RVDS_COMPILER
)
\
{
\
shell_function_adjust
=
TXM_MODULE_RVDS_SHELL_ADJUST
;
\
start_function_adjust
=
TXM_MODULE_RVDS_START_ADJUST
;
\
stop_function_adjust
=
TXM_MODULE_RVDS_STOP_ADJUST
;
\
callback_function_adjust
=
TXM_MODULE_RVDS_CALLBACK_ADJUST
;
\
}
\
else
\
{
\
shell_function_adjust
=
TXM_MODULE_GNU_SHELL_ADJUST
;
\
start_function_adjust
=
TXM_MODULE_GNU_START_ADJUST
;
\
stop_function_adjust
=
TXM_MODULE_GNU_STOP_ADJUST
;
\
callback_function_adjust
=
TXM_MODULE_GNU_CALLBACK_ADJUST
;
\
}
Arguments
Argument
properties
shell_function_adjust
start_function_adjust
stop_function_adjust
callback_function_adjust
Examples
References
from
examples
Code
Location
#define
TXM_MODULE_MANAGER_CALCULATE_ADJUSTMENTS
(
properties
,
shell_function_adjust
,
start_function_adjust
,
stop_function_adjust
,
callback_function_adjust
)
\
txm_module_port.h:280
TXM_MODULE_MANAGER_CALCULATE_ADJUSTMENTS
(
module_preamble
->
txm_module_preamble_property_flags
,
shell_function_adjust
,
start_function_adjust
,
stop_function_adjust
,
callback_function_adjust
)
txm_module_manager_internal_load.c:359
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