Trait lpc55_hal::drivers::timer::Lap[][src]

pub trait Lap<Unit> {
    fn lap(&self) -> Unit;
}

Return the current time elapsed for the timer. If the timer has not started or stopped, this unit may not be accurate.

Required methods

fn lap(&self) -> Unit[src]

Loading content...

Implementors

impl<TIMER> Lap<MicroSeconds> for Timer<TIMER> where
    TIMER: Ctimer<Enabled>, 
[src]

Loading content...