[−][src]Trait stm32l0xx_hal::time::U32Ext
Extension trait that adds convenience methods to the u32
type
Required methods
fn bps(self) -> Bps
Wrap in Bps
fn hz(self) -> Hertz
Wrap in Hertz
fn khz(self) -> Hertz
Wrap in Hertz
fn mhz(self) -> Hertz
Wrap in Hertz
fn us(self) -> MicroSeconds
Wrap in MicroSeconds
fn ms(self) -> MicroSeconds
Wrap in MicroSeconds