i80_controller sample
lv_async_call()
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_call()
lv_async_call() function
STATIC VARIABLES MACROS GLOBAL FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_async.h:44
lv_result_t
lv_async_call
(
lv_async_cb_t
async_xcb
,
void
*
user_data
)
;
Implemented in
lv_async.c:45
Arguments
Argument
async_xcb
user_data
Examples
References
from
examples
Code
Location
Referrer
lv_result_t
lv_async_call
(
lv_async_cb_t
async_xcb
,
void
*
user_data
)
lv_async.c:45
lv_result_t
lv_async_call
(
lv_async_cb_t
async_xcb
,
void
*
user_data
)
;
lv_async.h:44
lv_async_call
(
lv_obj_delete_async_cb
,
obj
)
;
lv_obj_tree.c:140
lv_obj_delete_async()
Call Tree
from
examples
lv_async_call()
is called by 1 function and calls 4 functions:
lv_obj_delete_async()
All items filtered out
lv_async_call()
lv_malloc()
lv_free()
lv_timer_create()
lv_timer_set_repeat_count()
All items filtered out
Data Use
from
examples
lv_async_call()
reads 3 variables and writes 2 variables:
lv_result_t::LV_RESULT_INVALID
lv_result_t::LV_RESULT_OK
lv_async_timer_cb()
All items filtered out
lv_async_call()
lv_async_info_t::cb
lv_async_info_t::user_data
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