Searched refs:lv_timer_set_repeat_count (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_easter_egg.c | 199 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/ |
D | lv_timer.h | 140 void lv_timer_set_repeat_count(lv_timer_t * timer, int32_t repeat_count);
|
D | lv_async.c | 64 lv_timer_set_repeat_count(timer, 1); in lv_async_call()
|
D | lv_timer.c | 227 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/ |
D | lv_demo_high_res_api_example.c | 104 lv_timer_set_repeat_count(timer, 1); in locked_observer_cb()
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 251 lv_timer_set_repeat_count(msgbox_tmr, 1); in obj_test_task_cb()
|
/lvgl-latest/docs/details/main-components/ |
D | timer.rst | 96 :cpp:expr:`lv_timer_set_repeat_count(timer, count)`. By default, once the Timer has
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 260 lv_timer_set_repeat_count(stop_start_anim_timer, 1); in lv_demo_music_main_create()
|