Method lrs::time::Timer::ticks

Returns the number of times the timer expired since this function was last called.

Syntax

impl Timer {
    fn ticks(&self) -> Result<u64, Errno>
}