threadx
TX_TIMER_INTERNAL
is only used within threadx.
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_INTERNAL
TX_TIMER_INTERNAL struct
Syntax
Show:
Summary
Declaration
from
tx_api.h:285
typedef
struct
TX_TIMER_INTERNAL_STRUCT
{
ULONG
tx_timer_internal_remaining_ticks
;
ULONG
tx_timer_internal_re_initialize_ticks
;
VOID
(
*
tx_timer_internal_timeout_function
)
(
ULONG
id
)
;
ULONG
tx_timer_internal_timeout_param
;
struct
TX_TIMER_INTERNAL_STRUCT
*
tx_timer_internal_active_next
,
*
tx_timer_internal_active_previous
;
struct
TX_TIMER_INTERNAL_STRUCT
*
*
tx_timer_internal_list_head
;
TX_TIMER_INTERNAL_EXTENSION
}
TX_TIMER_INTERNAL
;
Fields
Field
Declared as
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_remaining_ticks
ULONG
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_re_initialize_ticks
ULONG
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_timeout_function
VOID
(
*
)
(
ULONG
id
)
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_timeout_param
ULONG
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_next
struct
TX_TIMER_INTERNAL_STRUCT
*
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_active_previous
struct
TX_TIMER_INTERNAL_STRUCT
*
tx_timer_internal_active_next
,
*
TX_TIMER_INTERNAL_STRUCT::tx_timer_internal_list_head
struct
TX_TIMER_INTERNAL_STRUCT
*
*
Related Functions
Found 2 other functions taking a
TX_TIMER_INTERNAL_STRUCT
argument:
Function
_tx_timer_system_activate()
_tx_timer_system_deactivate()
Examples
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