threadx
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_start_function
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
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_start_function
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_start_function field
Syntax
Show:
Summary
Declaration
from
txm_module.h:372
ULONG
txm_module_preamble_start_function
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
txm_module_preamble_start_function
;
/* Module Thread Start Function */
txm_module.h:372
(
module_preamble
->
txm_module_preamble_start_function
==
0
)
)
txm_module_manager_absolute_load.c:178
_txm_module_manager_absolute_load()
module_instance
->
txm_module_instance_start_thread_entry
=
(
VOID
(
*
)
(
ULONG
)
)
(
(
VOID
*
)
module_preamble
->
txm_module_preamble_start_function
)
;
txm_module_manager_absolute_load.c:381
_txm_module_manager_absolute_load()
(
module_preamble
->
txm_module_preamble_start_function
==
0
)
)
txm_module_manager_internal_load.c:181
_txm_module_manager_internal_load()
(
module_preamble
->
txm_module_preamble_start_function
)
+
txm_module_manager_internal_load.c:367
_txm_module_manager_internal_load()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_start_function
is read by 2 functions:
All items filtered out
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_start_function
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
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