pub type Delay = Delay<DefaultClock>;
Expand description
Aliased Type§
struct Delay { /* private fields */ }
Implementations
Trait Implementations
Source§impl<SPEED> DelayNs for Delay<SPEED>
impl<SPEED> DelayNs for Delay<SPEED>
Source§fn delay_ns(&mut self, ns: u32)
fn delay_ns(&mut self, ns: u32)
Pauses execution for at minimum
ns
nanoseconds. Pause can be longer
if the implementation requires it due to precision/timing issues.