threadx
tx_time_increment()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
tx_time_increment()
tx_time_increment() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_low_power.h:54
VOID
tx_time_increment
(
ULONG
time_increment
)
;
Implemented in
tx_low_power.c:413
Arguments
Argument
time_increment
Examples
References
from
examples
Code
Location
Referrer
VOID
tx_time_increment
(
ULONG
time_increment
)
tx_low_power.c:413
VOID
tx_time_increment
(
ULONG
time_increment
)
;
tx_low_power.h:54
tx_time_increment
(
tx_low_power_adjust_ticks
)
;
tx_low_power.c:239
tx_low_power_exit()
Call Tree
from
examples
tx_time_increment()
is called by 1 function and calls 3 functions:
tx_low_power_exit()
All items filtered out
tx_time_increment()
__restore_interrupt()
__disable_interrupts()
_tx_timer_system_activate()
All items filtered out
Data Use
from
examples
tx_time_increment()
reads 8 variables and writes 7 variables:
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_system_clock
_tx_timer_time_slice
_tx_timer_list_start
_tx_timer_list_end
_tx_timer_current_ptr
All items filtered out
tx_time_increment()
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_timer_system_clock
_tx_timer_time_slice
_tx_timer_current_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