[][src]Trait rtfm::U32Ext

pub trait U32Ext {
    fn cycles(self) -> Duration;
}

Adds the cycles method to the u32 type

This trait is only available when the timer-queue feature is enabled

Required methods

fn cycles(self) -> Duration

Converts the u32 value into clock cycles

Loading content...

Implementors

impl U32Ext for u32[src]

Loading content...