Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/windows/
Dlv_windows_context.c33 static uint32_t lv_windows_tick_count_callback(void);
67 lv_tick_set_cb(lv_windows_tick_count_callback); in lv_windows_platform_init()
115 static uint32_t lv_windows_tick_count_callback(void) in lv_windows_tick_count_callback() function