pub fn test_pll_config<PllConstants: PllConstants>()
Test if the configuration parameters are correctly computed for a given frequency.
use stm32f429zi::pll; // Import the pll module /* Code goes here */ pll::test::test_pll_config(&peripherals.stm32f4.pll); // Run the tests