Home
last modified time | relevance | path

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

/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c87 static lv_timer_t * stop_start_anim_timer; variable
236 stop_start_anim_timer = lv_timer_create(stop_start_anim_timer_cb, INTRO_TIME + 6000, NULL); in _lv_demo_music_main_create()
237 lv_timer_set_repeat_count(stop_start_anim_timer, 1); in _lv_demo_music_main_create()
298 if(stop_start_anim_timer) lv_timer_del(stop_start_anim_timer); in _lv_demo_music_main_close()
1002 stop_start_anim_timer = NULL; in stop_start_anim_timer_cb()