[−][src]Trait freertos_rust::DurationTicks 
            Required methods
fn to_ticks(&self) -> FreeRtosTickType
Convert to ticks, the internal time measurement unit of FreeRTOS
Implementors
impl<T> DurationTicks for DurationImpl<T> where
    T: FreeRtosTimeUnits + Copy, [src]
T: FreeRtosTimeUnits + Copy,