pub type KilohertzU32 = Rate<u32, 1_000, 1>;
Alias for kilohertz rate (u32 backing storage)
u32
struct KilohertzU32 { /* private fields */ }