Home
last modified time | relevance | path

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

/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_easter_egg.c199 lv_timer_set_repeat_count(drift_timer_black, -1); in start_drift_animation()
202 lv_timer_set_repeat_count(drift_timer_blue, -1); in start_drift_animation()
205 lv_timer_set_repeat_count(drift_timer_green, -1); in start_drift_animation()
208 lv_timer_set_repeat_count(drift_timer_red, -1); in start_drift_animation()
/lvgl-latest/src/misc/
Dlv_timer.h140 void lv_timer_set_repeat_count(lv_timer_t * timer, int32_t repeat_count);
Dlv_async.c64 lv_timer_set_repeat_count(timer, 1); in lv_async_call()
Dlv_timer.c227 void lv_timer_set_repeat_count(lv_timer_t * timer, int32_t repeat_count) in lv_timer_set_repeat_count() function
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_api_example.c104 lv_timer_set_repeat_count(timer, 1); in locked_observer_cb()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c251 lv_timer_set_repeat_count(msgbox_tmr, 1); in obj_test_task_cb()
/lvgl-latest/docs/details/main-components/
Dtimer.rst96 :cpp:expr:`lv_timer_set_repeat_count(timer, count)`. By default, once the Timer has
/lvgl-latest/demos/music/
Dlv_demo_music_main.c260 lv_timer_set_repeat_count(stop_start_anim_timer, 1); in lv_demo_music_main_create()