Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_misc/
Dlv_log.c35 static lv_log_print_g_cb_t custom_print_cb; variable
53 custom_print_cb = print_cb; in lv_log_register_print_cb()
90 if(custom_print_cb) custom_print_cb(level, file, line, func, buf); in _lv_log_add()