Searched refs:LV_DISPATCH (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_gc.h | 35 #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) 44 …LV_DISPATCH(f, lv_ll_t, _lv_timer_ll) /*Linked list to store the lv_timers*/ … 45 …LV_DISPATCH(f, lv_ll_t, _lv_disp_ll) /*Linked list of display device*/ … 46 …LV_DISPATCH(f, lv_ll_t, _lv_indev_ll) /*Linked list of input device*/ … 47 …LV_DISPATCH(f, lv_ll_t, _lv_fsdrv_ll) … 48 …LV_DISPATCH(f, lv_ll_t, _lv_anim_ll) … 49 …LV_DISPATCH(f, lv_ll_t, _lv_group_ll) … [all …]
|