check_sys_clock_hz() function
Check if a given system clock frequency is valid/attainable
Arguments
freq_hz
Requested frequency
vco_freq_out
On success, the voltage controlled oscillator frequency to be used by the SYS PLL
post_div1_out
On success, The first post divider for the SYS PLL
post_div2_out
On success, The second post divider for the SYS PLL.
Return value
true if the frequency is possible and the output parameters have been written.