Function stm32f412g::clocks::pll::tests::run

source ·
pub fn run<'a, PllConstants>(pll: &'a Pll<'a, PllConstants>)
where PllConstants: PllConstants,
Expand description

Run the entire test suite.

§Usage

use stm32f429zi::pll; // Import the PLL module
/* Code goes here */
pll::test::run(&peripherals.stm32f4.pll); // Run the tests