[−][src]Trait drone_cortex_m::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]