threadx
_tx_timer_current_ptr
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_timer_current_ptr
_tx_timer_current_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_timer.h:116
TIMER_DECLARE
TX_TIMER_INTERNAL
*
*
_tx_timer_current_ptr
;
Implemented in
tx_timer_initialize.c:67
Examples
References
from
examples
Code
Location
Referrer
TX_TIMER_INTERNAL
*
*
_tx_timer_current_ptr
;
tx_timer_initialize.c:67
TIMER_DECLARE
TX_TIMER_INTERNAL
*
*
_tx_timer_current_ptr
;
tx_timer.h:116
timer_list_head
=
_tx_timer_current_ptr
;
tx_low_power.c:303
tx_timer_get_next()
timer_list_head
=
_tx_timer_current_ptr
;
tx_low_power.c:451
tx_time_increment()
_tx_timer_current_ptr
=
_tx_timer_list_start
;
tx_low_power.c:522
tx_time_increment()
if
(
TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT
(
list_head
)
>=
TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT
(
_tx_timer_current_ptr
)
)
tx_timer_deactivate.c:139
_tx_timer_deactivate()
ticks_left
=
(
ULONG
)
(
TX_TIMER_POINTER_DIF
(
list_head
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
;
tx_timer_deactivate.c:144
_tx_timer_deactivate()
ticks_left
=
ticks_left
+
(
ULONG
)
(
(
TX_TIMER_POINTER_DIF
(
_tx_timer_list_end
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
)
;
tx_timer_deactivate.c:152
_tx_timer_deactivate()
if
(
internal_ptr
->
tx_timer_internal_list_head
>=
_tx_timer_current_ptr
)
tx_timer_info_get.c:154
_tx_timer_info_get()
ticks_left
=
(
(
TX_TIMER_POINTER_DIF
(
list_head
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
)
;
tx_timer_info_get.c:159
_tx_timer_info_get()
ticks_left
=
ticks_left
+
(
(
TX_TIMER_POINTER_DIF
(
_tx_timer_list_end
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
)
;
tx_timer_info_get.c:167
_tx_timer_info_get()
_tx_timer_current_ptr
=
&
_tx_timer_list
[
0
]
;
tx_timer_initialize.c:235
_tx_timer_initialize()
timer_list
=
TX_TIMER_POINTER_ADD
(
_tx_timer_current_ptr
,
expiration_time
)
;
tx_timer_system_activate.c:129
_tx_timer_system_activate()
expired_timers
=
*
_tx_timer_current_ptr
;
tx_timer_thread_entry.c:117
_tx_timer_thread_entry()
*
_tx_timer_current_ptr
=
TX_NULL
;
tx_timer_thread_entry.c:128
_tx_timer_thread_entry()
_tx_timer_current_ptr
=
TX_TIMER_POINTER_ADD
(
_tx_timer_current_ptr
,
1
)
;
tx_timer_thread_entry.c:132
_tx_timer_thread_entry()
if
(
_tx_timer_current_ptr
==
_tx_timer_list_end
)
tx_timer_thread_entry.c:133
_tx_timer_thread_entry()
_tx_timer_current_ptr
=
_tx_timer_list_start
;
tx_timer_thread_entry.c:136
_tx_timer_thread_entry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_timer_current_ptr
is written by 3 functions and is read by 6 functions:
_tx_timer_initialize()
_tx_timer_thread_entry()
tx_time_increment()
All items filtered out
_tx_timer_current_ptr
_tx_timer_deactivate()
_tx_timer_info_get()
_tx_timer_system_activate()
_tx_timer_thread_entry()
tx_timer_get_next()
tx_time_increment()
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