threadx
_txm_module_manager_ready
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (4/4)...
threadx
common
common_modules
inc
txm_module.h
TXM_MODULE_PREAMBLE
TXM_MODULE_ALLOCATED_OBJECT
TXM_MODULE_CALLBACK_MESSAGE
TXM_MODULE_INSTANCE
TXM_MODULE_THREAD_ENTRY_INFO
TXM_MODULE_ALLOCATED_OBJECT
_txm_module_manager_properties_supported
_txm_module_manager_properties_required
_txm_module_manager_byte_pool
_txm_module_manager_object_pool
_txm_module_manager_object_pool_created
_txm_module_manager_loaded_list_ptr
_txm_module_manger_loaded_count
_txm_module_manager_ready
_txm_module_manager_mutex
_txm_module_manager_callback_total_count
_txm_module_manager_callback_error_count
_txm_module_manager_application_request()
_txm_module_manager_initialize()
_txm_module_manager_absolute_load()
_txm_module_manager_in_place_load()
_txm_module_manager_internal_load()
_txm_module_manager_kernel_dispatch()
_txm_module_manager_object_allocate()
_txm_module_manager_object_deallocate()
_txm_module_manager_object_pointer_get()
_txm_module_manager_object_pointer_get_extended()
_txm_module_manager_object_pool_create()
_txm_module_manager_object_type_set()
_txm_module_manager_memory_load()
_txm_module_manager_properties_get()
_txm_module_manager_start()
_txm_module_manager_stop()
_txm_module_manager_thread_create()
_txm_module_manager_thread_reset()
_txm_module_manager_name_build()
_txm_module_manager_thread_stack_build()
_txm_module_manager_unload()
_txm_module_manager_user_mode_entry()
_txm_module_manager_maximum_module_priority_set()
_txm_module_manager_external_memory_enable()
_txm_module_manager_callback_request()
_txm_module_manager_event_flags_notify_trampoline()
_txm_module_manager_queue_notify_trampoline()
_txm_module_manager_semaphore_notify_trampoline()
_txm_module_manager_thread_notify_trampoline()
_txm_module_manager_timer_notify_trampoline()
_txm_module_manager_alignment_adjust()
_txm_module_manager_calculate_srd_bits()
_txm_module_manager_inside_data_check()
_txm_module_manager_memory_fault_handler()
_txm_module_manager_memory_fault_notify()
_txm_module_manager_mm_register_setup()
_txm_module_manager_region_size_get()
_txm_power_of_two_block_size()
module_manager
ports
ports_module
utility
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txm_module_manager_ready
_txm_module_manager_ready variable
Syntax
Show:
Summary
Declaration
Definition
from
txm_module.h:607
extern
UINT
_txm_module_manager_ready
;
Implemented in
txm_module_manager_initialize.c:84
Examples
References
from
examples
Code
Location
Referrer
UINT
_txm_module_manager_ready
;
txm_module_manager_initialize.c:84
extern
UINT
_txm_module_manager_ready
;
txm_module.h:607
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_absolute_load.c:115
_txm_module_manager_absolute_load()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_external_memory_enable.c:201
_txm_module_manager_external_memory_enable()
_txm_module_manager_ready
=
TX_FALSE
;
txm_module_manager_initialize.c:163
_txm_module_manager_initialize()
_txm_module_manager_ready
=
TX_TRUE
;
txm_module_manager_initialize.c:181
_txm_module_manager_initialize()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_internal_load.c:118
_txm_module_manager_internal_load()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_maximum_module_priority_set.c:72
_txm_module_manager_maximum_module_priority_set()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_properties_get.c:70
_txm_module_manager_properties_get()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_start.c:83
_txm_module_manager_start()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_stop.c:168
_txm_module_manager_stop()
if
(
_txm_module_manager_ready
!=
TX_TRUE
)
txm_module_manager_unload.c:95
_txm_module_manager_unload()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_txm_module_manager_ready
is written by 1 function and is read by 8 functions:
_txm_module_manager_initialize()
All items filtered out
_txm_module_manager_ready
_txm_module_manager_absolute_load()
_txm_module_manager_external_memory_enable()
_txm_module_manager_internal_load()
_txm_module_manager_maximum_module_priority_set()
_txm_module_manager_properties_get()
_txm_module_manager_start()
_txm_module_manager_stop()
_txm_module_manager_unload()
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