Home
last modified time | relevance | path

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

/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp34 #define TVG_CHECK_RETURN_VG_ERROR(FUNC) \ argument
36 Result res = FUNC; \
38 LV_LOG_ERROR("Executed '" #FUNC "' error: %d", (int)res); \
42 #define TVG_CHECK_RETURN_RESULT(FUNC) \ argument
44 Result res = FUNC; \
46 LV_LOG_ERROR("Executed '" #FUNC "' error: %d", (int)res);\