stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.
This commit is contained in:
parent
20760ff4f7
commit
b4567bb8c5
6 changed files with 123 additions and 120 deletions
tests/stm32/src
|
@ -456,7 +456,7 @@ pub fn config() -> Config {
|
|||
mode: HseMode::Oscillator,
|
||||
});
|
||||
config.rcc.pll = Some(Pll {
|
||||
source: Pllsrc::HSE,
|
||||
source: PllSource::HSE,
|
||||
prediv: PllPreDiv::DIV6,
|
||||
mul: PllMul::MUL85,
|
||||
divp: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue