Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_log.h27 #define LV_LOG_LEVEL_TRACE 0 /**< A lot of logs to give detailed information*/ macro
35 LV_EXPORT_CONST_INT(LV_LOG_LEVEL_TRACE);
90 # if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE
91 # define LV_LOG_TRACE(...) _lv_log_add(LV_LOG_LEVEL_TRACE, __FILE__, __LINE__, __func__, __VA_AR…
/lvgl-3.5.0/docs/porting/
Dlog.md7 - `LV_LOG_LEVEL_TRACE` A lot of logs to give detailed information
/lvgl-3.5.0/docs/get-started/platforms/
Darduino.md74 * LV_LOG_LEVEL_TRACE A lot of logs to give detailed information
/lvgl-3.5.0/tests/
DCMakeLists.txt135 -DLV_LOG_LEVEL=LV_LOG_LEVEL_TRACE
/lvgl-3.5.0/src/core/
Dlv_obj.c175 #if LV_LOG_LEVEL == LV_LOG_LEVEL_TRACE in lv_init()
/lvgl-3.5.0/
DKconfig284 config LV_LOG_LEVEL_TRACE config in LVGL configuration""Feature configuration""Logging""choicef9a44e380104
300 default 0 if LV_LOG_LEVEL_TRACE