embassy/embassy-macros
Ulf Lilleengen 0a9022d59f Enable timer clock in RCC on timer start
* Moves the tim2-specific code into macro which always uses TIM2
* For peripherals without clock specified, attempt to locate enable and
  reset registers in the RCC block matching the peripheral name. This
  could be useful for peripherals where deducing the clock name might
  not be feasible, but it remains to be tested with more chip families
  to see if it is sufficiently accurate.
2021-06-10 09:37:30 +02:00
..
src Enable timer clock in RCC on timer start 2021-06-10 09:37:30 +02:00
Cargo.toml Re-adds embassy macros for stm32 2021-05-25 13:30:42 +02:00