Sets the timer to expire every iv time units, starting at the absolute start.
iv
start
impl Timer { fn interval_from(&self, iv: Time, start: Time) -> Result<(), Errno> }