Home
last modified time | relevance | path

Searched defs:LV_LOG_ERROR (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/misc/
Dlv_log.h123 # define LV_LOG_ERROR(...) lv_log_add(LV_LOG_LEVEL_ERROR, LV_LOG_FILE, LV_LOG_LINE, __func__, __… macro
125 # define LV_LOG_ERROR(...) do {}while(0) macro
152 #define LV_LOG_ERROR(...) do {}while(0) macro