Searched refs:stop_start_anim_timer_cb (Results 1 – 1 of 1) sorted by relevance
63 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