Searched refs:LV_LOG_LEVEL_ERROR (Results 1 – 4 of 4) sorted by relevance
30 #define LV_LOG_LEVEL_ERROR 3 /**< Only critical issue, when the system may fail*/ macro38 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_ERROR);114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR115 # define LV_LOG_ERROR(...) _lv_log_add(LV_LOG_LEVEL_ERROR, __FILE__, __LINE__, __func__, __VA_AR…
10 - `LV_LOG_LEVEL_ERROR` Only critical issues, where the system may fail
77 * LV_LOG_LEVEL_ERROR Only critical issue, when the system may fail
301 config LV_LOG_LEVEL_ERROR config in LVGL configuration""Feature configuration""Logging""choice7f0103790104314 default 3 if LV_LOG_LEVEL_ERROR