threadx
+
0
/4 examples
SourceVu will show references to
TX_TIMER
from the following samples and libraries:
Libraries
netxduo
usbx
cmsis_rtos_threadx
filex
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_TIMER
TX_TIMER struct
Syntax
Show:
Summary
Declaration
from
tx_api.h:323
typedef
struct
TX_TIMER_STRUCT
{
ULONG
tx_timer_id
;
CHAR
*
tx_timer_name
;
TX_TIMER_INTERNAL
tx_timer_internal
;
struct
TX_TIMER_STRUCT
*
tx_timer_created_next
,
*
tx_timer_created_previous
;
TX_TIMER_EXTENSION
#ifdef
TX_TIMER_ENABLE_PERFORMANCE_INFO
ULONG
tx_timer_performance_activate_count
;
ULONG
tx_timer_performance_reactivate_count
;
ULONG
tx_timer_performance_deactivate_count
;
ULONG
tx_timer_performance_expiration_count
;
ULONG
tx_timer_performance__expiration_adjust_count
;
#endif
}
TX_TIMER
;
Fields
Field
Declared as
TX_TIMER_STRUCT::tx_timer_id
ULONG
TX_TIMER_STRUCT::tx_timer_name
CHAR
*
TX_TIMER_STRUCT::tx_timer_internal
TX_TIMER_INTERNAL
TX_TIMER_STRUCT::tx_timer_created_next
struct
TX_TIMER_STRUCT
*
TX_TIMER_STRUCT::tx_timer_created_previous
struct
TX_TIMER_STRUCT
*
tx_timer_created_next
,
*
TX_TIMER_STRUCT::tx_timer_module_instance
TX_TIMER_EXTENSION
TX_TIMER_STRUCT::tx_timer_module_expiration_function
TX_TIMER_EXTENSION
Related Functions
Found 13 other functions taking a
TX_TIMER_STRUCT
argument:
Function
_txe_timer_deactivate()
_txe_timer_delete()
_txe_timer_activate()
_txe_timer_create()
_txe_timer_change()
_txe_timer_info_get()
_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
TX_TIMER
is referenced by 4 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