stm32/rcc: add plli2s to Clocks and cfg directives

This commit is contained in:
xoviat
2023-04-14 16:30:36 -05:00
parent c1d5f86871
commit 650589ab3f
2 changed files with 11 additions and 0 deletions

View File

@ -60,6 +60,9 @@ pub struct Clocks {
#[cfg(any(rcc_f2, rcc_f4, rcc_f410, rcc_f7))]
pub pll48: Option<Hertz>,
#[cfg(all(stm32f4, not(any(stm32f410, stm32f411, stm32f412, stm32f413, stm32f423, stm32f446))))]
pub plli2s: Option<Hertz>,
#[cfg(stm32f1)]
pub adc: Hertz,