Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.h32 #define LV_LOG_LEVEL_NUM 6 /**< Number of log levels */ macro
Dlv_log.c74 if(level >= LV_LOG_LEVEL_NUM) return; /*Invalid level*/ in lv_log_add()
/lvgl-latest/src/drivers/nuttx/
Dlv_nuttx_entry.c263 static const int priority[LV_LOG_LEVEL_NUM] = { in syslog_print()