mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 17:05:37 -04:00
Function to adjust clock generator XTAL PLL frequency.
Needed to switch PLLA to operate in fractional mode.
This commit is contained in:
parent
3a96c04aa7
commit
fe7dcdc613
2 changed files with 19 additions and 1 deletions
|
@ -62,6 +62,8 @@ public:
|
|||
|
||||
void set_sampling_frequency(const uint32_t frequency);
|
||||
|
||||
void set_reference_ppb(const int32_t ppb);
|
||||
|
||||
private:
|
||||
I2C& i2c0;
|
||||
si5351::Si5351& clock_generator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue