Home
last modified time | relevance | path

Searched defs:LV_LOG_TRACE (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.6.0/src/misc/
Dlv_log.h91 # define LV_LOG_TRACE(...) _lv_log_add(LV_LOG_LEVEL_TRACE, __FILE__, __LINE__, __func__, __VA_AR… macro
93 # define LV_LOG_TRACE(...) do {}while(0) macro
141 #define LV_LOG_TRACE(...) do {}while(0) macro