i2c_oled sample
_lv_async_info_t::cb
is only used within i2c_oled 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
i2c_oled sample
_lv_async_info_t::cb
_lv_async_info_t::cb field
Syntax
Show:
Summary
Declaration
from
lv_async.c:23
lv_async_cb_t
cb
;
Examples
References
from
examples
Code
Location
Referrer
lv_async_cb_t
cb
;
lv_async.c:23
info
->
cb
=
async_xcb
;
lv_async.c:61
lv_async_call()
if
(
info
->
cb
==
async_xcb
&&
info
->
user_data
==
user_data
)
{
lv_async.c:82
lv_async_call_cancel()
info
->
cb
(
info
->
user_data
)
;
lv_async.c:103
lv_async_timer_cb()
Call Tree
from
examples
_lv_async_info_t::cb
is called by 1 function:
lv_async_timer_cb()
All items filtered out
_lv_async_info_t::cb
All items filtered out
Data Use
from
examples
_lv_async_info_t::cb
is written by 1 function and is read by 1 function:
lv_async_call()
All items filtered out
_lv_async_info_t::cb
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