lv_tick_diff

Function lv_tick_diff 

Source
pub unsafe extern "C" fn lv_tick_diff(
    tick: u32,
    prev_tick: u32,
) -> u32
Expand description

Get the elapsed milliseconds between two time stamps @param tick a time stamp @param prev_tick a time stamp before tick @return the elapsed milliseconds between prev_tick and tick