threadx
+
0
/1 examples
SourceVu will show references to
_txe_timer_info_get()
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_txe_timer_info_get()
_txe_timer_info_get() function
Syntax
Show:
Summary
Declaration
Definition
from
tx_api.h:1754
UINT
_txe_timer_info_get
(
TX_TIMER
*
timer_ptr
,
CHAR
*
*
name
,
UINT
*
active
,
ULONG
*
remaining_ticks
,
ULONG
*
reschedule_ticks
,
TX_TIMER
*
*
next_timer
)
;
Implemented in
txe_timer_info_get.c:80
Arguments
Argument
Declared as
timer_ptr
TX_TIMER
*
name
CHAR
*
*
active
UINT
*
remaining_ticks
ULONG
*
reschedule_ticks
ULONG
*
next_timer
TX_TIMER
*
*
Related Functions
Found 12 other functions taking a
TX_TIMER_STRUCT
argument:
Function
_txe_timer_deactivate()
_txe_timer_delete()
_txe_timer_activate()
_txe_timer_create()
_txe_timer_change()
_tx_timer_create()
_tx_timer_delete()
_tx_timer_deactivate()
_tx_timer_activate()
_tx_timer_change()
_tx_timer_info_get()
_tx_timer_performance_info_get()
Examples
_txe_timer_info_get()
is referenced by 1 libraries and example projects:
References
from
examples
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