Type Alias stm32h7xx_hal::time::Hertz

source ·
pub type Hertz = Rate<u32, 1, 1>;
Expand description

Alias for hertz rate (u32 backing storage)

Aliased Type§

struct Hertz { /* private fields */ }