pub unsafe extern "C" fn osTickCounterRead(
    cnt: *const TickCounter
) -> f64
Expand description

Reads the elapsed time in a tick counter.

§Arguments

  • cnt - The tick counter.

§Returns

The number of milliseconds elapsed.