threadx
tx_timer_get_next()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
tx_timer_get_next()
tx_timer_get_next() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_low_power.h:55
ULONG
tx_timer_get_next
(
ULONG
*
next_timer_tick_ptr
)
;
Implemented in
tx_low_power.c:287
Arguments
Argument
next_timer_tick_ptr
Examples
References
from
examples
Code
Location
ULONG
tx_timer_get_next
(
ULONG
*
next_timer_tick_ptr
)
tx_low_power.c:287
ULONG
tx_timer_get_next
(
ULONG
*
next_timer_tick_ptr
)
;
tx_low_power.h:55
Call Tree
from
examples
tx_timer_get_next()
calls 2 functions:
All items filtered out
tx_timer_get_next()
__restore_interrupt()
__disable_interrupts()
All items filtered out
Data Use
from
examples
tx_timer_get_next()
reads 5 variables:
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_remaining_ticks
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_next
_tx_timer_list_start
_tx_timer_list_end
_tx_timer_current_ptr
All items filtered out
tx_timer_get_next()
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