Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_types.h376 #define _LV_CONCAT3(x, y, z) x ## y ## z macro
377 #define LV_CONCAT3(x, y, z) _LV_CONCAT3(x, y, z)
378 #undef _LV_CONCAT3