Method lrs::time::Timer::interval_from

Sets the timer to expire every iv time units, starting at the absolute start.

Syntax

impl Timer {
    fn interval_from(&self, iv: Time, start: Time) -> Result<(), Errno>
}

Arguments

NameDescription
iv
start