Searched refs:lv_log_level_t (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_log.h | 41 typedef int8_t lv_log_level_t; typedef 60 typedef void (*lv_log_print_g_cb_t)(lv_log_level_t level, const char * buf); 91 void lv_log_add(lv_log_level_t level, const char * file, int line,
|
D | lv_log.c | 72 void lv_log_add(lv_log_level_t level, const char * file, int line, const char * func, const char * … in lv_log_add()
|
/lvgl-latest/tests/src/ |
D | lv_test_init.c | 14 static void test_log_print_cb(lv_log_level_t level, const char * buf); 89 static void test_log_print_cb(lv_log_level_t level, const char * buf) in test_log_print_cb()
|
/lvgl-latest/env_support/rt-thread/ |
D | lv_rt_thread_port.c | 50 static void lv_rt_log(lv_log_level_t level, const char * buf)
|
/lvgl-latest/src/drivers/nuttx/ |
D | lv_nuttx_entry.c | 47 static void syslog_print(lv_log_level_t level, const char * buf); 261 static void syslog_print(lv_log_level_t level, const char * buf) in syslog_print()
|
/lvgl-latest/docs/details/debugging/ |
D | log.rst | 47 void my_log_cb(lv_log_level_t level, const char * buf)
|
/lvgl-latest/src/ |
D | lv_init.c | 134 void LV_LOG_PRINT_CB(lv_log_level_t, const char * txt); in lv_global_init()
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 28 void my_print( lv_log_level_t level, const char * buf )
|