pub type FTimerMs<TIM> = FTimer<TIM, 1_000>;
FTimer with precision of 1 ms (1 kHz sampling)
FTimer
NOTE: don’t use this if your system frequency more than 65 MHz
struct FTimerMs<TIM> { /* private fields */ }