pub unsafe extern "C" fn lv_timer_ready(timer: *mut lv_timer_t)Expand description
Make a lv_timer ready. It will not wait its period. @param timer pointer to a lv_timer.
pub unsafe extern "C" fn lv_timer_ready(timer: *mut lv_timer_t)Make a lv_timer ready. It will not wait its period. @param timer pointer to a lv_timer.