Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_log.h42 typedef int8_t lv_log_level_t; typedef
82 void _lv_log_add(lv_log_level_t level, const char * file, int line,
Dlv_log.c66 void _lv_log_add(lv_log_level_t level, const char * file, int line, const char * func, const char *… in _lv_log_add()