Home
last modified time | relevance | path

Searched refs:LV_LOG_LEVEL (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/misc/
Dlv_log.h98 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE
106 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
114 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_WARN
122 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_ERROR
130 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_USER
138 # if LV_LOG_LEVEL < LV_LOG_LEVEL_NONE
Dlv_log.c76 if(level >= LV_LOG_LEVEL) { in lv_log_add()
124 if(LV_LOG_LEVEL >= LV_LOG_LEVEL_NONE) return; /* disable log */ in lv_log()
/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/tests/src/
Dlv_test_conf_full.h8 #define LV_LOG_LEVEL LV_LOG_LEVEL_TRACE macro
/lvgl-latest/docs/details/integration/framework/
Darduino.rst102 # define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
104 After enabling the log module and setting :c:macro:`LV_LOG_LEVEL` accordingly, the
/lvgl-latest/docs/details/debugging/
Dlog.rst15 :c:macro:`LV_LOG_LEVEL` to one of the following values:
/lvgl-latest/src/
Dlv_init.c309 #if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE in lv_init()
Dlv_conf_internal.h936 #ifndef LV_LOG_LEVEL
938 #define LV_LOG_LEVEL CONFIG_LV_LOG_LEVEL macro
940 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN macro
4219 #define LV_LOG_LEVEL LV_LOG_LEVEL_NONE macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h329 #define LV_LOG_LEVEL LV_LOG_LEVEL_USER macro
DREADME.md84 5. Update `LV_LOG_PRINTF` to `1` and `LV_LOG_LEVEL` to `LV_LOG_LEVEL_USER`
/lvgl-latest/
Dlv_conf_template.h346 #define LV_LOG_LEVEL LV_LOG_LEVEL_WARN
DKconfig526 config LV_LOG_LEVEL config
/lvgl-latest/src/draw/
Dlv_draw.c37 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO
/lvgl-latest/docs/details/other-components/
Dobj_id.rst173 - :c:macro:`LV_LOG_LEVEL` <= :c:macro:`LV_LOG_LEVEL_USER`
/lvgl-latest/src/widgets/image/
Dlv_image.c157 #if LV_USE_LOG && LV_LOG_LEVEL <= LV_LOG_LEVEL_INFO in lv_image_set_src()