Searched refs:auto_step_cb (Results 1 – 1 of 1) sorted by relevance
31 static void auto_step_cb(lv_timer_t * timer);125 lv_timer_create(auto_step_cb, 1000, NULL); in lv_demo_music()158 static void auto_step_cb(lv_timer_t * t) in auto_step_cb() function