threadx
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_priority
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
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_start_stop_priority
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_priority field
Syntax
Show:
Summary
Declaration
from
txm_module.h:463
ULONG
txm_module_instance_start_stop_priority
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
txm_module_instance_start_stop_priority
;
txm_module.h:463
module_instance
->
txm_module_instance_start_stop_priority
=
module_preamble
->
txm_module_preamble_start_stop_priority
;
txm_module_manager_absolute_load.c:357
_txm_module_manager_absolute_load()
module_instance
->
txm_module_instance_start_stop_priority
=
module_preamble
->
txm_module_preamble_start_stop_priority
;
txm_module_manager_internal_load.c:342
_txm_module_manager_internal_load()
if
(
module_instance
->
txm_module_instance_start_stop_priority
<
module_instance
->
txm_module_instance_maximum_priority
||
txm_module_manager_start.c:124
_txm_module_manager_start()
(
UINT
)
module_instance
->
txm_module_instance_start_stop_priority
,
txm_module_manager_start.c:158
_txm_module_manager_start()
(
UINT
)
module_instance
->
txm_module_instance_start_stop_priority
,
txm_module_manager_start.c:159
_txm_module_manager_start()
(
UINT
)
module_instance
->
txm_module_instance_start_stop_priority
,
txm_module_manager_stop.c:229
_txm_module_manager_stop()
(
UINT
)
module_instance
->
txm_module_instance_start_stop_priority
,
txm_module_manager_stop.c:230
_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_priority
is written by 2 functions and is read by 2 functions:
_txm_module_manager_absolute_load()
_txm_module_manager_internal_load()
All items filtered out
TXM_MODULE_INSTANCE_STRUCT::txm_module_instance_start_stop_priority
_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