Searched refs:lv_async_call (Results 1 – 5 of 5) sorted by relevance
44 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data);
45 lv_res_t lv_async_call(lv_async_cb_t async_xcb, void * user_data) in lv_async_call() function
62 For these cases, `lv_async_call(my_function, data_p)` can be used to call `my_function` on the next…81 lv_async_call(my_screen_clean_up, lv_scr_act());
124 lv_async_call(lv_obj_del_async_cb, obj); in lv_obj_del_async()
1034 - fix(async): remove the wrong comment from lv_async_call [`2707`](https://github.com/lvgl/lvgl/pul…