Add ADC support for H7

This commit is contained in:
Matous Hybl
2022-03-19 11:05:00 +01:00
parent ac3986e40e
commit 371f3ef419
9 changed files with 694 additions and 13 deletions

View File

@ -58,6 +58,9 @@ pub struct Clocks {
#[cfg(rcc_f1)]
pub adc: Hertz,
#[cfg(any(rcc_h7, rcc_h7ab))]
pub adc: Option<Hertz>,
}
/// Frozen clock frequencies