lv_timer_get_next() function
Iterate through the timers
Arguments
timer
NULL to start iteration or the previous return value to get the next timer
Return value
the next timer or NULL if there is no more timer
![]()
lv_timer_t * timer_next = lv_timer_get_next(timer);
lv_timer_get_next() is called by 1 function and calls 2 functions:
![]()
lv_timer_get_next()
lv_timer_get_next() reads 2 variables:
![]()
lv_timer_get_next()