pub type DelayUs<TIM> = Delay<TIM, 1_000_000>;
Delay with precision of 1 μs (1 MHz sampling)
Delay
pub struct DelayUs<TIM>(/* private fields */);