[][src]Function rpi_pico_sdk_sys::set_sys_clock_pll

pub unsafe extern "C" fn set_sys_clock_pll(
    vco_freq: u32,
    post_div1: uint,
    post_div2: uint
)

\brief Initialise the system clock \ingroup pico_stdlib

\param vco_freq The voltage controller oscillator frequency to be used by the SYS PLL \param post_div1 The first post divider for the SYS PLL \param post_div2 The second post divider for the SYS PLL.

See the PLL documentation in the datasheet for details of driving the PLLs.