[−][src]Trait drone_cortexm::drv::timer::TimerStop
Timer stop handler.
Required methods
fn stop(&mut self)
Stops the timer.
Timer stop handler.
fn stop(&mut self)Stops the timer.
impl<I: IntSysTick> TimerStop for SysTick<I>[src]