fugit

Type Alias KilohertzU64

source
pub type KilohertzU64 = Rate<u64, 1_000, 1>;
Expand description

Alias for kilohertz rate (u64 backing storage)

Aliased Typeยง

struct KilohertzU64 { /* private fields */ }