[][src]Trait freertos_rs::DurationTicks

pub trait DurationTicks: Copy + Clone {
    fn to_ticks(&self) -> u32;
}

Required methods

fn to_ticks(&self) -> u32

Convert to ticks, the internal time measurement unit of FreeRTOS

Loading content...

Implementors

impl<T> DurationTicks for DurationImpl<T> where
    T: FreeRtosTimeUnits + Copy
[src]

Loading content...