Function test_pll_config
Source pub fn test_pll_config<PllConstants: PllConstants>()
Expand description
Test if the configuration parameters are correctly computed for a given frequency.
§Usage
ⓘuse stm32f429zi::pll; pll::test::test_pll_config(&peripherals.stm32f4.pll);