CounterUs

Type Alias CounterUs 

Source
pub type CounterUs<TIM> = Counter<TIM, 1_000_000>;
Expand description

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

Aliased Type§

pub struct CounterUs<TIM>(/* private fields */);