i80_controller sample
lv_timer_t::timer_cb
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::timer_cb
lv_timer_t::timer_cb field
Timer function
Syntax
Show:
Summary
Declaration
from
lv_timer_private.h:33
lv_timer_cb_t
timer_cb
;
Examples
References
from
examples
Code
Location
Referrer
lv_timer_cb_t
timer_cb
;
/**< Timer function */
lv_timer_private.h:33
if
(
timer
->
timer_cb
==
lv_async_timer_cb
)
{
lv_async.c:78
lv_async_call_cancel()
new_timer
->
timer_cb
=
timer_xcb
;
lv_timer.c:175
lv_timer_create()
timer
->
timer_cb
=
timer_cb
;
lv_timer.c:192
lv_timer_set_cb()
if
(
timer
->
timer_cb
&&
original_repeat_count
!=
0
)
timer
->
timer_cb
(
timer
)
;
lv_timer.c:326
lv_timer_exec()
Call Tree
from
examples
lv_timer_t::timer_cb
is called by 1 function:
lv_timer_exec()
All items filtered out
lv_timer_t::timer_cb
All items filtered out
Data Use
from
examples
lv_timer_t::timer_cb
is written by 2 functions and is read by 2 functions:
lv_timer_create()
lv_timer_set_cb()
All items filtered out
lv_timer_t::timer_cb
lv_async_call_cancel()
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