Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h29 #define LV_LOG_LEVEL_ERROR 3 /**< Log only critical issues, when system may fail. */ macro
37 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_ERROR);
122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR
123 # define LV_LOG_ERROR(...) lv_log_add(LV_LOG_LEVEL_ERROR, LV_LOG_FILE, LV_LOG_LINE, __func__, __…
/lvgl-latest/docs/details/debugging/
Dlog.rst20 - :c:macro:`LV_LOG_LEVEL_ERROR`: Only critical issues, where the system may fail
/lvgl-latest/docs/details/integration/framework/
Darduino.rst99 * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
/lvgl-latest/
DKconfig518 config LV_LOG_LEVEL_ERROR config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404
531 default 3 if LV_LOG_LEVEL_ERROR