Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_log.h30 #define LV_LOG_LEVEL_ERROR 3 /**< Only critical issue, when the system may fail*/ macro
38 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_ERROR);
114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR
115 # define LV_LOG_ERROR(...) _lv_log_add(LV_LOG_LEVEL_ERROR, __FILE__, __LINE__, __func__, __VA_AR…
/lvgl-3.6.0/docs/porting/
Dlog.md10 - `LV_LOG_LEVEL_ERROR` Only critical issues, where the system may fail
/lvgl-3.6.0/docs/get-started/platforms/
Darduino.md77 * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
/lvgl-3.6.0/
DKconfig301 config LV_LOG_LEVEL_ERROR config in LVGL configuration""Feature configuration""Logging""choice7f0103790104
314 default 3 if LV_LOG_LEVEL_ERROR