Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h26 #define LV_LOG_LEVEL_TRACE 0 /**< Log detailed information. */ macro
34 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_TRACE);
98 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE
99 # define LV_LOG_TRACE(...) lv_log_add(LV_LOG_LEVEL_TRACE, LV_LOG_FILE, LV_LOG_LINE, __func__, __…
/lvgl-latest/tests/src/
Dlv_test_conf_full.h8 #define LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
/lvgl-latest/docs/details/debugging/
Dlog.rst17 - :c:macro:`LV_LOG_LEVEL_TRACE`: A lot of logs to give detailed information
/lvgl-latest/src/
Dlv_init.c309 #if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE in lv_init()
/lvgl-latest/docs/details/integration/framework/
Darduino.rst96 * LV_LOG_LEVEL_TRACE A lot of logs to give detailed information
/lvgl-latest/
DKconfig512 config LV_LOG_LEVEL_TRACE config in LVGL configuration""Feature Configuration""Logging""choice2bf6b8b10404
528 default 0 if LV_LOG_LEVEL_TRACE