stm32/rng: add test.

This commit is contained in:
Dario Nieuwenhuis
2023-10-16 04:54:48 +02:00
parent a7c6999670
commit aff77d2b65
8 changed files with 93 additions and 23 deletions

View File

@ -188,7 +188,7 @@ impl Default for Config {
apb1_pre: APBPrescaler::DIV1,
apb2_pre: APBPrescaler::DIV1,
apb3_pre: APBPrescaler::DIV1,
hsi48: false,
hsi48: true,
voltage_range: VoltageScale::RANGE3,
ls: Default::default(),
}