Skip to main content

lv_timer_get_next

Function lv_timer_get_next 

Source
pub unsafe extern "C" fn lv_timer_get_next(
    timer: *mut lv_timer_t,
) -> *mut lv_timer_t
Expand description

Iterate through the timers @param timer NULL to start iteration or the previous return value to get the next timer @return the next timer or NULL if there is no more timer