Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h131 # define LV_LOG_USER(...) lv_log_add(LV_LOG_LEVEL_USER, LV_LOG_FILE, LV_LOG_LINE, __func__, __VA… macro
133 # define LV_LOG_USER(...) do {}while(0) macro
153 #define LV_LOG_USER(...) do {}while(0) macro