threadx
_tx_timer_created_count
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
_tx_timer_created_count
_tx_timer_created_count variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_timer.h:132
TIMER_DECLARE
ULONG
_tx_timer_created_count
;
Implemented in
tx_timer_initialize.c:83
Examples
References
from
examples
Code
Location
Referrer
ULONG
_tx_timer_created_count
;
tx_timer_initialize.c:83
TIMER_DECLARE
ULONG
_tx_timer_created_count
;
tx_timer.h:132
if
(
_tx_timer_created_count
==
TX_EMPTY
)
tx_timer_create.c:107
_tx_timer_create()
_tx_timer_created_count
++
;
tx_timer_create.c:132
_tx_timer_create()
_tx_timer_created_count
--
;
tx_timer_delete.c:108
_tx_timer_delete()
if
(
_tx_timer_created_count
==
TX_EMPTY
)
tx_timer_delete.c:111
_tx_timer_delete()
_tx_timer_created_count
=
TX_EMPTY
;
tx_timer_initialize.c:292
_tx_timer_initialize()
for
(
i
=
(
(
ULONG
)
0
)
;
i
<
_tx_timer_created_count
;
i
++
)
txe_timer_create.c:132
_txe_timer_create()
while
(
i
<
_tx_timer_created_count
)
txm_module_manager_object_pointer_get_extended.c:182
_txm_module_manager_object_pointer_get_extended()
i
=
_tx_timer_created_count
;
txm_module_manager_stop.c:333
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_timer_created_count
is written by 3 functions and is read by 5 functions:
_tx_timer_initialize()
_tx_timer_create()
_tx_timer_delete()
All items filtered out
_tx_timer_created_count
_tx_timer_create()
_tx_timer_delete()
_txe_timer_create()
_txm_module_manager_object_pointer_get_extended()
_txm_module_manager_stop()
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