Add PLL config support for F2

This commit is contained in:
Joonas Javanainen
2022-04-26 20:33:57 +03:00
parent 0cfe1dc9df
commit 07ad52162b
2 changed files with 227 additions and 21 deletions

View File

@ -53,7 +53,7 @@ pub struct Clocks {
#[cfg(any(rcc_h7, rcc_h7ab))]
pub ahb4: Hertz,
#[cfg(any(rcc_f4, rcc_f410, rcc_f7))]
#[cfg(any(rcc_f2, rcc_f4, rcc_f410, rcc_f7))]
pub pll48: Option<Hertz>,
#[cfg(rcc_f1)]