PicoVGA  1.0-cmake
VGA/TV display on Raspberry Pico
overclock.h File Reference

File Description

Overclock.

Author
Miroslav Nemecek Panda.nosp@m.38@s.nosp@m.eznam.nosp@m..cz
See also
CPU Overclocking
#include "pico/stdlib.h"
Include dependency graph for overclock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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. More...
 
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) More...
 
void __not_in_flash_func() FlashSpeedSetup (int baud)
 Setting the interface speed for external flash. More...