Searched refs:lv_timer_set_repeat_count (Results 1 – 7 of 7) sorted by relevance
147 void lv_timer_set_repeat_count(lv_timer_t * timer, int32_t repeat_count);
64 lv_timer_set_repeat_count(timer, 1); in lv_async_call()
247 void lv_timer_set_repeat_count(lv_timer_t * timer, int32_t repeat_count) in lv_timer_set_repeat_count() function
51 You can make a timer repeat only a given number of times with `lv_timer_set_repeat_count(timer, cou…
264 lv_timer_set_repeat_count(msgbox_tmr, 1); in obj_test_timer_cb()
739 lv_timer_set_repeat_count(t, 1); in lv_demo_benchmark_run_scene()1017 lv_timer_set_repeat_count(next_scene_timer, 1); in next_scene_timer_cb()
237 lv_timer_set_repeat_count(stop_start_anim_timer, 1); in _lv_demo_music_main_create()