Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_types.h74 #define _LV_CONCAT(x, y) x ## y macro
75 #define LV_CONCAT(x, y) _LV_CONCAT(x, y)