Searched refs:LV_LOG_LEVEL_INFO (Results 1 – 7 of 7) sorted by relevance
27 #define LV_LOG_LEVEL_INFO 1 /**< Log important events. */ macro35 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_INFO);106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO107 # define LV_LOG_INFO(...) lv_log_add(LV_LOG_LEVEL_INFO, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA…
74 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_malloc()103 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_malloc_zeroed()
18 - :c:macro:`LV_LOG_LEVEL_INFO`: Log important events
97 * LV_LOG_LEVEL_INFO Log important events
37 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
157 #if LV_USE_LOG && LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_image_set_src()
514 config LV_LOG_LEVEL_INFO config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404529 default 1 if LV_LOG_LEVEL_INFO