![]() |
PicoVGA
1.0-cmake
VGA/TV display on Raspberry Pico
|
Overclock.
#include "pico/stdlib.h"
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... | |