threadx
_tx_timer_created_ptr
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
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
_tx_timer_created_ptr
_tx_timer_created_ptr variable
Syntax
Show:
Summary
Declaration
Definition
from
tx_timer.h:127
TIMER_DECLARE
TX_TIMER
*
_tx_timer_created_ptr
;
Implemented in
tx_timer_initialize.c:78
Examples
References
from
examples
Code
Location
Referrer
TX_TIMER
*
_tx_timer_created_ptr
;
tx_timer_initialize.c:78
TIMER_DECLARE
TX_TIMER
*
_tx_timer_created_ptr
;
tx_timer.h:127
_tx_timer_created_ptr
=
timer_ptr
;
tx_timer_create.c:111
_tx_timer_create()
next_timer
=
_tx_timer_created_ptr
;
tx_timer_create.c:119
_tx_timer_create()
_tx_timer_created_ptr
=
TX_NULL
;
tx_timer_delete.c:115
_tx_timer_delete()
if
(
_tx_timer_created_ptr
==
timer_ptr
)
tx_timer_delete.c:127
_tx_timer_delete()
_tx_timer_created_ptr
=
next_timer
;
tx_timer_delete.c:131
_tx_timer_delete()
_tx_timer_created_ptr
=
TX_NULL
;
tx_timer_initialize.c:289
_tx_timer_initialize()
next_timer
=
_tx_timer_created_ptr
;
txe_timer_create.c:131
_txe_timer_create()
timer_ptr
=
_tx_timer_created_ptr
;
txm_module_manager_object_pointer_get_extended.c:181
_txm_module_manager_object_pointer_get_extended()
timer_ptr
=
_tx_timer_created_ptr
;
txm_module_manager_stop.c:334
_txm_module_manager_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_tx_timer_created_ptr
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_ptr
_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