fugit

Type Alias 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 */ }