embassy/embassy-stm32
Matthew W. Samsonoff 047ff9a2f2 Use new stm32-data registers and fix AHB clock calculation
The original code for calculating the AHB clock did not account for the gap in
prescaler values (32 is not an available value.) The bit shifting and math has
been replaced by a `match`.
2022-03-04 18:03:55 +01:00
..
src Use new stm32-data registers and fix AHB clock calculation 2022-03-04 18:03:55 +01:00
build.rs stm32: Add support for using TIM12 and TIM15 as time driver 2022-02-28 19:20:22 +01:00
Cargo.toml stm32: Add support for using TIM12 and TIM15 as time driver 2022-02-28 19:20:22 +01:00