[][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.

Implementors

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