Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL_NONE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/misc/
Dlv_log.h31 #define LV_LOG_LEVEL_NONE 5 /**< Do not log anything. */ macro
39 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_NONE);
138 # if LV_LOG_LEVEL < LV_LOG_LEVEL_NONE
Dlv_log.c124 if(LV_LOG_LEVEL >= LV_LOG_LEVEL_NONE) return; /* disable log */ in lv_log()
/lvgl-latest/docs/details/debugging/
Dlog.rst22 - :c:macro:`LV_LOG_LEVEL_NONE`: Do not log anything
/lvgl-latest/docs/details/integration/framework/
Darduino.rst100 * LV_LOG_LEVEL_NONE Do not log anything
/lvgl-latest/src/
Dlv_conf_internal.h4219 #define LV_LOG_LEVEL LV_LOG_LEVEL_NONE
/lvgl-latest/
DKconfig522 config LV_LOG_LEVEL_NONE config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404
533 default 5 if LV_LOG_LEVEL_NONE