Type Definition stm32f1xx_hal::timer::monotonic::MonoTimerUs

source ·
pub type MonoTimerUs<TIM> = MonoTimer<TIM, 1_000_000>;
Expand description

MonoTimer with precision of 1 μs (1 MHz sampling)