set_sys_clock_hz() function
Attempt to set a system clock frequency in hz Note that not all clock frequencies are possible; it is preferred that you use src/rp2_common/hardware_clocks/scripts/vcocalc.py to calculate the parameters for use with set_sys_clock_pll
Arguments
freq_hz
Requested frequency
required
if true then this function will assert if the frequency is not attainable.
Return value
true if the clock was configured