Function test_pll_config

Source
pub fn test_pll_config<PllConstants>()
where PllConstants: PllConstants,
Expand description

Test if the configuration parameters are correctly computed for a given frequency.

§Usage

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