Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h30 #define LV_LOG_LEVEL_USER 4 /**< Log only custom log messages added by the user. */ macro
38 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_USER);
130 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER
131 # define LV_LOG_USER(...) lv_log_add(LV_LOG_LEVEL_USER, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA…
Dlv_log.c135 custom_print_cb(LV_LOG_LEVEL_USER, buf); in lv_log()
/lvgl-latest/docs/details/debugging/
Dlog.rst21 - :c:macro:`LV_LOG_LEVEL_USER`: Only user messages
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h329 #define LV_LOG_LEVEL LV_LOG_LEVEL_USER
DREADME.md84 5. Update `LV_LOG_PRINTF` to `1` and `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER`
/lvgl-latest/docs/details/other-components/
Dobj_id.rst173 - :c:macro:`LV_LOG_LEVEL` <= :c:macro:`LV_LOG_LEVEL_USER`
/lvgl-latest/
DKconfig520 config LV_LOG_LEVEL_USER config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404
532 default 4 if LV_LOG_LEVEL_USER