Type Definition stm32f4xx_hal::timer::FTimerMs

source · []
pub type FTimerMs<TIM> = FTimer<TIM, 1_000>;
Expand description

FTimer with precision of 1 ms (1 kHz sampling)

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