Type Alias fugit::KilohertzU32

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

Alias for kilohertz rate (u32 backing storage)

Aliased Type§

struct KilohertzU32 { /* private fields */ }