Fork of code by AlfredoER

Fork of KL25Z_ClockControl by Alfredo Espinoza Rhoton

kl25z_clock.h

Committer:
vsluiter
Date:
2015-03-10
Revision:
4:d5f492cf0422
Parent:
2:95fce27229b0

File content as of revision 4:d5f492cf0422:

/* mbed Kl25Z Freedom Clock Mode Switching Library
 * Copyright (c) 2014 Alfredo Espinoza Rhoton
 */ 
  
#ifndef MBED_KL25_CLOCK_H 
#define MBED_KL25_CLOCK_H 

void switchFEItoPEE( void );

void switchPEEtoBLPI( void );
 
void switchBLPItoFEI( void );

#endif