Fork of code by AlfredoER
Fork of KL25Z_ClockControl by
Embed:
(wiki syntax)
Show/hide line numbers
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
