pub unsafe extern "C" fn lv_timer_get_next(
timer: *mut lv_timer_t,
) -> *mut lv_timer_tExpand 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