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