embassy/embassy-macros/src
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
..
chip Enable timer clock in RCC on timer start 2021-06-10 09:37:30 +02:00
lib.rs Remove debug code 2021-05-26 13:08:55 +02:00
path.rs Add embassy_prefix attribute parameter to task and main macros 2021-04-14 11:06:30 +02:00