Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of DDRO_Farrari by
Diff: pll.cpp
- Revision:
- 10:95e9932f7990
- Parent:
- 1:6a820a0ca03b
diff -r cbb692f51e0f -r 95e9932f7990 pll.cpp --- a/pll.cpp Tue Feb 11 21:36:52 2014 +0000 +++ b/pll.cpp Tue Feb 25 02:14:41 2014 +0000 @@ -77,6 +77,7 @@ return strtol(value, NULL, 2); } +/* void scan_pll(unsigned int prediv, unsigned int multint_upper, unsigned int multint, unsigned int range_upper, unsigned int rangea, unsigned int rangeb){ @@ -97,7 +98,7 @@ set_scan_bits("PLL_RANGEA", range_upper << 5 | rangea); set_scan_bits("PLL_RANGEB", range_upper << 5 | rangeb); } - +*/ void jtag_pll(JTAG &jtag, unsigned int prediv, unsigned int multint_upper, unsigned int multint, unsigned int range_upper, unsigned int rangea, unsigned int rangeb){