Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_log.c29 #define custom_print_cb LV_GLOBAL_DEFAULT()->custom_log_print_cb macro
69 custom_print_cb = print_cb; in lv_log_register_print_cb()
106 if(custom_print_cb) { in lv_log_add()
112 custom_print_cb(level, buf); in lv_log_add()
132 if(custom_print_cb) { in lv_log()
135 custom_print_cb(LV_LOG_LEVEL_USER, buf); in lv_log()