Function stm32f4xx::clocks::pll::tests::test_pll_config

source ·
pub fn test_pll_config<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