Function stm32f4xx::clocks::pll::tests::run

source ·
pub fn run<'a, PllConstants: PllConstants>(pll: &'a Pll<'a, 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