Type Alias stm32f4xx_hal::timer::FTimerUs

source ·
pub type FTimerUs<TIM> = FTimer<TIM, 1_000_000>;
Expand description

FTimer with precision of 1 μs (1 MHz sampling)

Aliased Type§

struct FTimerUs<TIM> { /* private fields */ }