embassy/embassy-stm32/src/rcc
Grant Miller 5ecbe5c918 embassy-stm32: Simplify time
- Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types
- Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used
for converting to `Hertz`
- Replace all instances of `impl Into<Hertz>` with `Hertz`
- Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as
free function shortcuts
- Remove `U32Ext` extension trait
2022-07-10 21:46:45 -05:00
..
f0.rs Refactor IWDG to use LSI frequency from RCC 2022-07-10 20:59:36 +03:00
f1.rs Refactor IWDG to use LSI frequency from RCC 2022-07-10 20:59:36 +03:00
f2.rs Fix f2, wl compilation 2022-07-10 21:46:14 +03:00
f3.rs Refactor IWDG to use LSI frequency from RCC 2022-07-10 20:59:36 +03:00
f4.rs Refactor IWDG to use LSI frequency from RCC 2022-07-10 20:59:36 +03:00
f7.rs Refactor IWDG to use LSI frequency from RCC 2022-07-10 20:59:36 +03:00
g0.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
g4.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
h7.rs Fix typo 2022-07-10 21:15:38 +03:00
l0.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
l1.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
l4.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
l5.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
mod.rs stm32: fix f100 build. 2022-06-26 23:52:38 +02:00
u5.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
wb.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
wl.rs embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00