Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h27 #define LV_LOG_LEVEL_INFO 1 /**< Log important events. */ macro
35 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_INFO);
106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
107 # define LV_LOG_INFO(...) lv_log_add(LV_LOG_LEVEL_INFO, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA…
/lvgl-latest/src/stdlib/
Dlv_mem.c74 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_malloc()
103 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_malloc_zeroed()
/lvgl-latest/docs/details/debugging/
Dlog.rst18 - :c:macro:`LV_LOG_LEVEL_INFO`: Log important events
/lvgl-latest/docs/details/integration/framework/
Darduino.rst97 * LV_LOG_LEVEL_INFO Log important events
/lvgl-latest/src/draw/
Dlv_draw.c37 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
/lvgl-latest/src/widgets/image/
Dlv_image.c157 #if LV_USE_LOG && LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_image_set_src()
/lvgl-latest/
DKconfig514 config LV_LOG_LEVEL_INFO config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404
529 default 1 if LV_LOG_LEVEL_INFO