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.h28 #define LV_LOG_LEVEL_WARN 2 /**< Log if something unwanted happened but didn't caused problem. */ macro
36 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_WARN);
114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN
115 # define LV_LOG_WARN(...) lv_log_add(LV_LOG_LEVEL_WARN, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA…
/lvgl-latest/docs/details/debugging/
Dlog.rst19 - :c:macro:`LV_LOG_LEVEL_WARN`: Log if something unwanted happened but didn't cause a problem
25 as well. E.g. if you :c:macro:`LV_LOG_LEVEL_WARN`, errors will be also logged.
/lvgl-latest/tests/src/
Dlv_test_init.c91 if(level < LV_LOG_LEVEL_WARN) { in test_log_print_cb()
/lvgl-latest/docs/details/integration/framework/
Darduino.rst98 * LV_LOG_LEVEL_WARN Log if something unwanted happened but didn't cause a problem
102 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
/lvgl-latest/
Dlv_conf_template.h346 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
DKconfig508 default LV_LOG_LEVEL_WARN
516 config LV_LOG_LEVEL_WARN config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404
530 default 2 if LV_LOG_LEVEL_WARN
/lvgl-latest/src/
Dlv_conf_internal.h940 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN