Searched refs:LV_LOG_LEVEL_ERROR (Results 1 – 4 of 4) sorted by relevance
29 #define LV_LOG_LEVEL_ERROR 3 /**< Log only critical issues, when system may fail. */ macro37 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_ERROR);122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR123 # define LV_LOG_ERROR(...) lv_log_add(LV_LOG_LEVEL_ERROR, LV_LOG_FILE, LV_LOG_LINE, __func__, __…
20 - :c:macro:`LV_LOG_LEVEL_ERROR`: Only critical issues, where the system may fail
99 * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
518 config LV_LOG_LEVEL_ERROR config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404531 default 3 if LV_LOG_LEVEL_ERROR