Function to adjust clock generator XTAL PLL frequency.

Needed to switch PLLA to operate in fractional mode.
This commit is contained in:
Jared Boone 2015-08-24 12:09:11 -07:00
parent 3a96c04aa7
commit fe7dcdc613
2 changed files with 19 additions and 1 deletions

View file

@ -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;