Home
last modified time | relevance | path

Searched refs:LV_DISPATCH (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_gc.h35 #define LV_DISPATCH(f, t, n) f(t, n) macro
36 #define LV_DISPATCH_COND(f, t, n, m, v) LV_CONCAT3(LV_DISPATCH, m, v)(f, t, n)
38 #define LV_DISPATCH00(f, t, n) LV_DISPATCH(f, t, n)
41 #define LV_DISPATCH11(f, t, n) LV_DISPATCH(f, t, n)
44LV_DISPATCH(f, lv_ll_t, _lv_timer_ll) /*Linked list to store the lv_timers*/ …
45LV_DISPATCH(f, lv_ll_t, _lv_disp_ll) /*Linked list of display device*/ …
46LV_DISPATCH(f, lv_ll_t, _lv_indev_ll) /*Linked list of input device*/ …
47LV_DISPATCH(f, lv_ll_t, _lv_fsdrv_ll) …
48LV_DISPATCH(f, lv_ll_t, _lv_anim_ll) …
49LV_DISPATCH(f, lv_ll_t, _lv_group_ll) …
[all …]