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

pub trait Elapsed: CountDown {
    fn elapsed(&self) -> Self::Time;
}
Expand description

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

Required methods

Implementors