Trait TimerStop
drone_cortexm::drv::timer
pub trait TimerStop: Send { fn stop(&mut self); }
Timer stop handler.
fn stop(&mut self)
Stops the timer.
impl<I: ThrToken> TimerStop for SysTick<I>