threadx
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_shell_entry_function
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_shell_entry_function
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_shell_entry_function field
Syntax
Show:
Summary
Declaration
from
txm_module.h:450
VOID
(
*
txm_module_instance_shell_entry_function
)
(
TX_THREAD
*
,
struct
TXM_MODULE_INSTANCE_STRUCT
*
)
;
Examples
References
from
examples
Code
Location
Referrer
VOID
(
*
txm_module_instance_shell_entry_function
)
(
TX_THREAD
*
,
struct
TXM_MODULE_INSTANCE_STRUCT
*
)
;
txm_module.h:450
module_instance
->
txm_module_instance_shell_entry_function
=
(
VOID
(
*
)
(
TX_THREAD
*
,
TXM_MODULE_INSTANCE
*
)
)
(
(
VOID
*
)
module_preamble
->
txm_module_preamble_shell_entry_function
)
;
txm_module_manager_absolute_load.c:380
_txm_module_manager_absolute_load()
module_instance
->
txm_module_instance_shell_entry_function
,
txm_module_manager_dispatch.h:2041
_txm_module_manager_tx_thread_create_dispatch()
module_instance
->
txm_module_instance_shell_entry_function
=
(
VOID
(
*
)
(
TX_THREAD
*
,
TXM_MODULE_INSTANCE
*
)
)
(
(
(
CHAR
*
)
module_instance
->
txm_module_instance_code_start
)
+
txm_module_manager_internal_load.c:363
_txm_module_manager_internal_load()
module_instance
->
txm_module_instance_shell_entry_function
,
txm_module_manager_start.c:153
_txm_module_manager_start()
module_instance
->
txm_module_instance_shell_entry_function
,
txm_module_manager_start.c:182
_txm_module_manager_start()
module_instance
->
txm_module_instance_shell_entry_function
,
txm_module_manager_stop.c:224
_txm_module_manager_stop()
_txm_module_manager_thread_stack_build
(
thread_ptr
,
module_instance
->
txm_module_instance_shell_entry_function
)
;
txm_module_manager_thread_reset.c:156
_txm_module_manager_thread_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_shell_entry_function
is written by 2 functions and is read by 4 functions:
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
All items filtered out
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_shell_entry_function
_txm_module_manager_tx_thread_create_dispatch()
_txm_module_manager_start()
_txm_module_manager_stop()
_txm_module_manager_thread_reset()
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