Library to control the KL25z Clock Module.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers kl25z_clock.h Source File

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