[][src]Trait lpc55s6x_hal::time::U32Ext

pub trait U32Ext {
    fn hz(self) -> Hertz;
fn khz(self) -> Kilohertz;
fn mhz(self) -> Megahertz;
fn bps(self) -> Baud;
fn kbps(self) -> Kilobaud;
fn mbps(self) -> Megabaud; }

Required methods

fn hz(self) -> Hertz

Wrap in Hertz

fn khz(self) -> Kilohertz

Wrap in Kilohertz

fn mhz(self) -> Megahertz

Wrap in Megahertz

fn bps(self) -> Baud

Wrap in Baud

fn kbps(self) -> Kilobaud

Wrap in Kilobaud

fn mbps(self) -> Megabaud

Wrap in Megabaud

Loading content...

Implementors

impl U32Ext for u32[src]

Loading content...