i80_controller sample
lv_async_timer_cb()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_async_timer_cb()
lv_async_timer_cb() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_async.c:31
static
void
lv_async_timer_cb
(
lv_timer_t
*
timer
)
;
Implemented in
lv_async.c:99
Arguments
Argument
timer
Examples
References
from
examples
Code
Location
Referrer
static
void
lv_async_timer_cb
(
lv_timer_t
*
timer
)
lv_async.c:99
static
void
lv_async_timer_cb
(
lv_timer_t
*
timer
)
;
lv_async.c:31
lv_timer_t
*
timer
=
lv_timer_create
(
lv_async_timer_cb
,
0
,
info
)
;
lv_async.c:54
lv_async_call()
if
(
timer
->
timer_cb
==
lv_async_timer_cb
)
{
lv_async.c:78
lv_async_call_cancel()
Call Tree
from
examples
lv_async_timer_cb()
calls 3 functions:
All items filtered out
lv_async_timer_cb()
lv_free()
lv_timer_delete()
lv_async_info_t::cb
All items filtered out
Data Use
from
examples
lv_async_timer_cb()
reads 2 variables and writes 2 variables:
lv_timer_t::user_data
lv_async_info_t::user_data
All items filtered out
lv_async_timer_cb()
lv_async_call()
lv_async_call_cancel()
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