[][src]Trait circuit_playground_express::prelude::_atsamd21_hal_time_U32Ext

pub trait _atsamd21_hal_time_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

fn bps(self) -> Bps

Wrap in Bps

fn hz(self) -> Hertz

Wrap in Hertz

fn khz(self) -> KiloHertz

Wrap in KiloHertz

fn mhz(self) -> MegaHertz

Wrap in MegaHertz

Loading content...

Implementors

impl U32Ext for u32[src]

Loading content...