Home
last modified time | relevance | path

Searched refs:txm_module_thread_entry_info_code_base_address (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.3.0/ports_module/cortex_m7/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_m33/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_m4/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_m0+/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx_modules/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_m23/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_m3/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_a7/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c111 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_a35/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c110 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/ports_module/cortex_a35_smp/gnu/module_lib/src/
Dtxm_module_thread_shell_entry.c108 _gcc_setup(thread_info -> txm_module_thread_entry_info_code_base_address); in _txm_module_thread_shell_entry()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c450 …thread_entry_info -> txm_module_thread_entry_info_code_base_address = module_instance -> tx… in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common_modules/inc/
Dtxm_module.h496 VOID *txm_module_thread_entry_info_code_base_address; member