fugit

Type Alias Megahertz

source
pub type Megahertz<T> = Rate<T, 1_000_000, 1>;
Expand description

Alias for megahertz rate

Aliased Typeยง

struct Megahertz<T> { /* private fields */ }