Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL_WARN (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/misc/
Dlv_log.h29 #define LV_LOG_LEVEL_WARN 2 /**< Log if something unwanted happened but didn't caused problem*/ macro
37 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_WARN);
106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN
107 # define LV_LOG_WARN(...) _lv_log_add(LV_LOG_LEVEL_WARN, __FILE__, __LINE__, __func__, __VA_ARGS…
/lvgl-latest/docs/porting/
Dlog.md9 - `LV_LOG_LEVEL_WARN` Log if something unwanted happened but didn't cause a problem
14 …igher level than the set log level will be logged too. E.g. if you `LV_LOG_LEVEL_WARN`, errors wil…
/lvgl-latest/docs/get-started/platforms/
Darduino.md76 * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem
80 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h231 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
/lvgl-latest/
Dlv_conf_template.h243 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
DKconfig291 default LV_LOG_LEVEL_WARN
299 config LV_LOG_LEVEL_WARN config in LVGL configuration""Feature configuration""Logging""choice2bf6b8b10104
313 default 2 if LV_LOG_LEVEL_WARN
/lvgl-latest/src/
Dlv_conf_internal.h577 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN