Searched refs:auto_step_cb (Results 1 – 1 of 1) sorted by relevance
28 static void auto_step_cb(lv_timer_t * timer);129 auto_step_timer = lv_timer_create(auto_step_cb, 1000, NULL); in lv_demo_music()178 static void auto_step_cb(lv_timer_t * t) in auto_step_cb() function