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 KL25Z_ClockControl by
kl25z_clock.h
00001 /* mbed Kl25Z Freedom Clock Mode Switching Library 00002 * Copyright (c) 2014 Alfredo Espinoza Rhoton 00003 */ 00004 00005 #ifndef MBED_KL25_CLOCK_H 00006 #define MBED_KL25_CLOCK_H 00007 00008 void switchFEItoPEE( void ); 00009 00010 void switchPEEtoBLPI( void ); 00011 00012 void switchBLPItoFEI( void ); 00013 00014 #endif
Generated on Wed Aug 24 2022 06:59:35 by
1.7.2
