pub fn setup_pll_blocking<D: PhaseLockedLoopDevice>(
    dev: D,
    xosc_frequency: HertzU32,
    config: PLLConfig,
    clocks: &mut ClocksManager,
    resets: &mut RESETS
) -> Result<PhaseLockedLoop<Locked, D>, Error>
Expand description

Blocking helper method to setup the PLL without going through all the steps.