Type Definition stm32f1xx_hal::timer::counter::CounterMs

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

Counter with precision of of 1 ms (1 kHz sampling)

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