Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_log.h29 #define LV_LOG_LEVEL_TRACE 0 /**< A lot of logs to give detailed information*/ macro
73 #if LV_LOG_LEVEL <= LV_LOG_LEVEL_TRACE
74 #define LV_LOG_TRACE(dsc) lv_log_add(LV_LOG_LEVEL_TRACE, __FILE__, __LINE__, dsc);

Completed in 2 milliseconds