[][src]Trait drone_cortex_m::drv::timer::TimerStop

pub trait TimerStop: Send {
    fn stop(&mut self);
}

Timer stop handler.

Required methods

fn stop(&mut self)

Stops the timer.

Loading content...

Implementors

impl<I: IntSysTick> TimerStop for SysTick<I>[src]

Loading content...