Type Definition stm32f1xx_hal::timer::delay::DelayMs

source ·
pub type DelayMs<TIM> = Delay<TIM, 1_000>;
Expand description

Delay with precision of 1 ms (1 kHz sampling)

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