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 ClockControl by
ClockControl.cpp
00001 #include "ClockControl.h" 00002 00003 void setPLL0Frequency(unsigned char clkSrc, unsigned short M, unsigned char N) 00004 { 00005 00006 } 00007 00008 void setPLL1Frequency(unsigned char clkSrc, unsigned short M, unsigned char N) 00009 { 00010 00011 } 00012 00013 unsigned int setSystemFrequency(unsigned char clkDivider, unsigned char clkSrc, unsigned short M, unsigned char N) 00014 { 00015 00016 return 0; 00017 }
Generated on Tue Jul 12 2022 19:10:54 by
1.7.2
