mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-10 05:30:42 -05:00
Clock Manager: Detect Si5351 CLKIN present, measure frequency, and use if approximately 10MHz.
This commit is contained in:
parent
30f2bc4149
commit
88afee26d7
3 changed files with 35 additions and 4 deletions
|
|
@ -77,6 +77,8 @@ private:
|
|||
|
||||
void enable_gp_clkin_source();
|
||||
void disable_gp_clkin_source();
|
||||
void set_gp_clkin_to_clkin_direct();
|
||||
|
||||
void start_frequency_monitor_measurement(const cgu::CLK_SEL clk_sel);
|
||||
void wait_For_frequency_monitor_measurement_done();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue