threadx
TIMER_DECLARE
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TIMER_DECLARE
TIMER_DECLARE macro
Syntax
Show:
Summary
Declaration
from
tx_timer.h:78
#define
TIMER_DECLARE
extern
Examples
References
from
examples
Code
Location
#define
TIMER_DECLARE
extern
tx_timer.h:78
TIMER_DECLARE
volatile
ULONG
_tx_timer_system_clock
;
tx_timer.h:85
TIMER_DECLARE
ULONG
_tx_timer_time_slice
;
tx_timer.h:91
TIMER_DECLARE
UINT
_tx_timer_expired_time_slice
;
tx_timer.h:97
TIMER_DECLARE
TX_TIMER_INTERNAL
*
_tx_timer_list
[
TX_TIMER_ENTRIES
]
;
tx_timer.h:103
TIMER_DECLARE
TX_TIMER_INTERNAL
*
*
_tx_timer_list_start
;
tx_timer.h:109
TIMER_DECLARE
TX_TIMER_INTERNAL
*
*
_tx_timer_list_end
;
tx_timer.h:110
TIMER_DECLARE
TX_TIMER_INTERNAL
*
*
_tx_timer_current_ptr
;
tx_timer.h:116
TIMER_DECLARE
UINT
_tx_timer_expired
;
tx_timer.h:122
TIMER_DECLARE
TX_TIMER
*
_tx_timer_created_ptr
;
tx_timer.h:127
TIMER_DECLARE
ULONG
_tx_timer_created_count
;
tx_timer.h:132
TIMER_DECLARE
TX_TIMER_INTERNAL
*
_tx_timer_expired_timer_ptr
;
tx_timer.h:137
TIMER_DECLARE
TX_THREAD
_tx_timer_thread
;
tx_timer.h:144
TIMER_DECLARE
VOID
*
_tx_timer_stack_start
;
tx_timer.h:149
TIMER_DECLARE
ULONG
_tx_timer_stack_size
;
tx_timer.h:154
TIMER_DECLARE
UINT
_tx_timer_priority
;
tx_timer.h:159
TIMER_DECLARE
ULONG
_tx_timer_thread_stack_area
[
(
(
(
UINT
)
TX_TIMER_THREAD_STACK_SIZE
)
+
(
(
sizeof
(
ULONG
)
)
-
(
(
UINT
)
1
)
)
)
/
sizeof
(
ULONG
)
]
;
tx_timer.h:164
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