threadx
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_callback_priority
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_PREAMBLE_STRUCT::txm_module_preamble_callback_priority
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_callback_priority field
Syntax
Show:
Summary
Declaration
from
txm_module.h:377
ULONG
txm_module_preamble_callback_priority
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
txm_module_preamble_callback_priority
;
/* Module Callback Thread Priority */
txm_module.h:377
module_instance
->
txm_module_instance_callback_priority
=
module_preamble
->
txm_module_preamble_callback_priority
;
txm_module_manager_absolute_load.c:368
_txm_module_manager_absolute_load()
module_instance
->
txm_module_instance_callback_priority
=
module_preamble
->
txm_module_preamble_callback_priority
;
txm_module_manager_internal_load.c:353
_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_callback_priority
is read by 2 functions:
All items filtered out
TXM_MODULE_PREAMBLE_STRUCT::txm_module_preamble_callback_priority
_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