Type Definition stm32f4xx_hal::timer::CounterMs[][src]

pub type CounterMs<TIM> = Counter<TIM, 1_000>;
Expand description

Counter with sampling of 1 kHz

NOTE: don’t use this if your system frequency more than 65 MHz