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