threadx
_tx_timer_thread_entry()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (4/4)...
threadx
common
inc
tx_api.h
tx_block_pool.h
tx_byte_pool.h
tx_event_flags.h
tx_initialize.h
tx_mutex.h
tx_queue.h
tx_semaphore.h
tx_thread.h
tx_timer.h
_tx_timer_expiration_process()
_tx_timer_initialize()
_tx_timer_system_activate()
_tx_timer_system_deactivate()
_tx_timer_thread_entry()
_tx_timer_system_clock
_tx_timer_time_slice
_tx_timer_expired_time_slice
_tx_timer_list
_tx_timer_list_start
_tx_timer_list_end
_tx_timer_current_ptr
_tx_timer_expired
_tx_timer_created_ptr
_tx_timer_created_count
_tx_timer_expired_timer_ptr
_tx_timer_thread
_tx_timer_stack_start
_tx_timer_stack_size
_tx_timer_priority
_tx_timer_thread_stack_area
tx_trace.h
src
common_modules
ports
ports_module
utility
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_timer_thread_entry()
_tx_timer_thread_entry() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_timer.h:66
VOID
_tx_timer_thread_entry
(
ULONG
timer_thread_input
)
;
Implemented in
tx_timer_thread_entry.c:77
Arguments
Argument
timer_thread_input
Examples
References
from
examples
Code
Location
Referrer
VOID
_tx_timer_thread_entry
(
ULONG
timer_thread_input
)
tx_timer_thread_entry.c:77
VOID
_tx_timer_thread_entry
(
ULONG
timer_thread_input
)
;
tx_timer.h:66
_tx_timer_thread_entry
,
tx_timer_initialize.c:259
_tx_timer_initialize()
Call Tree
from
examples
_tx_timer_thread_entry()
calls 5 functions:
All items filtered out
_tx_timer_thread_entry()
__disable_interrupts()
__restore_interrupt()
_tx_thread_system_suspend()
_tx_timer_system_activate()
__restore_interrupts()
All items filtered out
Data Use
from
examples
_tx_timer_thread_entry()
reads 11 variables and writes 11 variables:
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_remaining_ticks
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_re_initialize_ticks
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_timeout_function
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_timeout_param
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_next
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_previous
_tx_thread_preempt_disable
_tx_timer_list_start
_tx_timer_list_end
_tx_timer_current_ptr
_tx_timer_expired
All items filtered out
_tx_timer_thread_entry()
_tx_timer_initialize()
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_remaining_ticks
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_next
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_previous
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_list_head
TX_THREAD_STRUCT::tx_thread_state
TX_THREAD_STRUCT::tx_thread_suspending
_tx_thread_preempt_disable
_tx_timer_current_ptr
_tx_timer_expired
_tx_timer_expired_timer_ptr
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