[][src]Trait embedded_platform::time::U32Ext

pub trait U32Ext {
    fn hz(self) -> Hertz;
}

Required methods

fn hz(self) -> Hertz

Loading content...

Implementors

impl U32Ext for u32[src]

Loading content...