threadx
TX_TIMER_POINTER_DIF
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
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_POINTER_DIF
TX_TIMER_POINTER_DIF macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1933
#define
TX_TIMER_POINTER_DIF
(
a
,
b
)
(
(
ULONG
)
(
(
(
TX_TIMER_INTERNAL
*
*
)
(
a
)
)
-
(
(
TX_TIMER_INTERNAL
*
*
)
(
b
)
)
)
)
Arguments
Argument
a
b
Examples
References
from
examples
Code
Location
#define
TX_TIMER_POINTER_DIF
(
a
,
b
)
(
(
ULONG
)
(
(
(
TX_TIMER_INTERNAL
*
*
)
(
a
)
)
-
(
(
TX_TIMER_INTERNAL
*
*
)
(
b
)
)
)
)
tx_api.h:1933
ticks_left
=
(
ULONG
)
(
TX_TIMER_POINTER_DIF
(
list_head
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
;
tx_timer_deactivate.c:144
ticks_left
=
(
ULONG
)
(
TX_TIMER_POINTER_DIF
(
list_head
,
_tx_timer_list_start
)
)
;
tx_timer_deactivate.c:150
ticks_left
=
ticks_left
+
(
ULONG
)
(
(
TX_TIMER_POINTER_DIF
(
_tx_timer_list_end
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
)
;
tx_timer_deactivate.c:152
ticks_left
=
(
(
TX_TIMER_POINTER_DIF
(
list_head
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
)
;
tx_timer_info_get.c:159
ticks_left
=
(
(
TX_TIMER_POINTER_DIF
(
list_head
,
_tx_timer_list_start
)
)
)
;
tx_timer_info_get.c:165
ticks_left
=
ticks_left
+
(
(
TX_TIMER_POINTER_DIF
(
_tx_timer_list_end
,
_tx_timer_current_ptr
)
)
+
(
(
ULONG
)
1
)
)
;
tx_timer_info_get.c:167
delta
=
TX_TIMER_POINTER_DIF
(
timer_list
,
_tx_timer_list_end
)
;
tx_timer_system_activate.c:134
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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