pub type Megahertz<T> = Rate<T, 1_000_000, 1>;
Alias for megahertz rate
struct Megahertz<T> { /* private fields */ }