Home
last modified time | relevance | path

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

/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c63 static void stop_start_anim_timer_cb(lv_timer_t * t);
236 stop_start_anim_timer = lv_timer_create(stop_start_anim_timer_cb, INTRO_TIME + 6000, NULL); in _lv_demo_music_main_create()
998 static void stop_start_anim_timer_cb(lv_timer_t * t) in stop_start_anim_timer_cb() function