threadx
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_thread
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_start_stop_thread
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_thread field
Syntax
Show:
Summary
Declaration
from
txm_module.h:458
TX_THREAD
txm_module_instance_start_stop_thread
;
Examples
References
from
examples
Code
Location
Referrer
TX_THREAD
txm_module_instance_start_stop_thread
;
txm_module.h:458
status
=
_txm_module_manager_thread_create
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
,
txm_module_manager_start.c:151
_txm_module_manager_start()
_tx_thread_terminate
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_start.c:199
_txm_module_manager_start()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_start.c:202
_txm_module_manager_start()
_tx_thread_resume
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_start.c:222
_txm_module_manager_start()
_tx_thread_terminate
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_stop.c:212
_txm_module_manager_stop()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_stop.c:213
_txm_module_manager_stop()
_txm_module_manager_thread_create
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
,
txm_module_manager_stop.c:222
_txm_module_manager_stop()
while
(
(
i
<
TXM_MODULE_TIMEOUT
)
&&
(
module_instance
->
txm_module_instance_start_stop_thread
.
tx_thread_state
!=
TX_COMPLETED
)
)
txm_module_manager_stop.c:238
_txm_module_manager_stop()
_tx_thread_terminate
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_stop.c:249
_txm_module_manager_stop()
_tx_thread_delete
(
&
(
module_instance
->
txm_module_instance_start_stop_thread
)
)
;
txm_module_manager_stop.c:250
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_thread
is read by 2 functions:
All items filtered out
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_thread
_txm_module_manager_start()
_txm_module_manager_stop()
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