stm32f0xx-hal icon indicating copy to clipboard operation
stm32f0xx-hal copied to clipboard

implement Cancel trait for Timer

Open marcoieni opened this issue 4 years ago • 0 comments

Timer in stm32f4xx-hal crate implements the Cancel trait. You may be interested in doing the same for this crate. Examples:

  • https://github.com/stm32-rs/stm32f4xx-hal/blob/master/examples/timer-periph.rs
  • https://github.com/stm32-rs/stm32f4xx-hal/blob/master/examples/timer-syst.rs

marcoieni avatar May 02 '20 14:05 marcoieni