pub fn run<'a, PllConstants>(pll: &'a Pll<'a, PllConstants>)where PllConstants: PllConstants,
Run the entire test suite.
use stm32f429zi::pll; // Import the PLL module /* Code goes here */ pll::test::run(&peripherals.stm32f4.pll); // Run the tests