[][src]Trait nrf52832_hal::time::U32Ext

pub trait U32Ext {
    fn bps(self) -> Bps;
fn hz(self) -> Hertz;
fn khz(self) -> KiloHertz;
fn mhz(self) -> MegaHertz; }

Extension trait that adds convenience methods to the u32 type

Required Methods

Wrap in Bps

Wrap in Hertz

Wrap in KiloHertz

Wrap in MegaHertz

Implementors

impl U32Ext for u32
[src]