Home
last modified time | relevance | path

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

/lvgl-latest/src/others/sysmon/
Dlv_sysmon.c43 static void perf_monitor_disp_event_cb(lv_event_t * e);
119 lv_display_add_event_cb(disp, perf_monitor_disp_event_cb, LV_EVENT_ALL, NULL); in lv_sysmon_show_performance()
185 static void perf_monitor_disp_event_cb(lv_event_t * e) in perf_monitor_disp_event_cb() function