void __not_in_flash_func() FlashSpeedSetup(int baud)
Setting the interface speed for external flash.
Definition: overclock.cpp:105
bool FindSysClock(u32 reqkhz, u32 *outkhz, u32 *outvco, u16 *outfbdiv, u8 *outpd1, u8 *outpd2)
Find PLL generator settings with default parameters. (use set_sys_clock_pll to set sysclock)
Definition: overclock.cpp:95
bool vcocalc(u32 reqkhz, u32 input, u32 vcomin, u32 vcomax, bool lowvco, u32 *outkhz, u32 *outvco, u16 *outfbdiv, u8 *outpd1, u8 *outpd2)
Search PLL setup.
Definition: overclock.cpp:26