pub type MegahertzU64 = Rate<u64, 1_000_000, 1>;
Alias for megahertz rate (u64 backing storage)
u64
struct MegahertzU64 { /* private fields */ }