Type Alias fugit::MegahertzU32

source ·
pub type MegahertzU32 = Rate<u32, 1_000_000, 1>;
Expand description

Alias for megahertz rate (u32 backing storage)

Aliased Type§

struct MegahertzU32 { /* private fields */ }