i80_controller sample
lv_timer_t::auto_delete
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_timer_t::auto_delete
lv_timer_t::auto_delete field
Syntax
Show:
Summary
Declaration
from
lv_timer_private.h:37
uint32_t
auto_delete
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
auto_delete
:
1
;
lv_timer_private.h:37
new_timer
->
auto_delete
=
true
;
lv_timer.c:180
lv_timer_create()
timer
->
auto_delete
=
auto_delete
;
lv_timer.c:237
lv_timer_set_auto_delete()
if
(
timer
->
auto_delete
)
{
lv_timer.c:341
lv_timer_exec()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
lv_timer_t::auto_delete
is written by 2 functions and is read by 1 function:
lv_timer_create()
lv_timer_set_auto_delete()
All items filtered out
lv_timer_t::auto_delete
lv_timer_exec()
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