Searched refs:LV_CONCAT3 (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_types.h | 78 #define LV_CONCAT3(x, y, z) _LV_CONCAT3(x, y, z) macro
|
D | lv_gc.h | 36 #define LV_DISPATCH_COND(f, t, n, m, v) LV_CONCAT3(LV_DISPATCH, m, v)(f, t, n)
|
D | lv_color.h | 234 typedef LV_CONCAT3(uint, LV_COLOR_SIZE, _t) lv_color_int_t; 235 typedef LV_CONCAT3(lv_color, LV_COLOR_DEPTH, _t) lv_color_t;
|