Function stm32f412g::clocks::pll::tests::test_pll_struct

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

Check if the PLL works as expected.

NOTE: it is highly recommended to call test_pll_config first to check whether the configuration parameters are correctly computed.

§Usage

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