Searched refs:from_micros (Results 1 – 3 of 3) sorted by relevance
33 const MAX_DELTA: Delta = Delta::from_micros(i32::MAX as i64); in fsleep()
237 pub const fn from_micros(micros: i64) -> Self { in from_micros() method
386 let _ = util::wait_on(Delta::from_micros(150), || { in reset_eng()399 let _: Result = util::wait_on(Delta::from_micros(10), || None); in reset_eng()