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

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

Timer stop handler.

Required methods

fn stop(&mut self)[src]

Stops the timer.

Loading content...

Implementors

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

Loading content...