Home
last modified time | relevance | path

Searched refs:last_run (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.4.0/src/misc/
Dlv_timer.c179 new_timer->last_run = lv_tick_get(); in lv_timer_create()
239 timer->last_run = lv_tick_get() - timer->period - 1; in lv_timer_ready()
259 timer->last_run = lv_tick_get(); in lv_timer_reset()
311 timer->last_run = lv_tick_get(); in lv_timer_exec()
337 uint32_t elp = lv_tick_elaps(timer->last_run); in lv_timer_time_remaining()
Dlv_timer.h45 uint32_t last_run; /**< Last time the timer ran*/ member