HertzU32

Type Alias HertzU32 

Source
pub type HertzU32 = Rate<u32, 1, 1>;
Expand description

Alias for hertz rate (u32 backing storage)

Aliased Type§

pub struct HertzU32 { /* private fields */ }

Trait Implementations§

Source§

impl AtomicCellMember for HertzU32

Source§

fn to_num(self) -> usize

Source§

unsafe fn from_num(value: usize) -> Self