Searched refs:syslog_print (Results 1 – 1 of 1) sorted by relevance
47 static void syslog_print(lv_log_level_t level, const char * buf);117 lv_log_register_print_cb(syslog_print); in lv_nuttx_init()261 static void syslog_print(lv_log_level_t level, const char * buf) in syslog_print() function