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@0:218e465e76b6, 2014-08-14 (annotated)
- Committer:
 - AlfredoER
 - Date:
 - Thu Aug 14 23:34:18 2014 +0000
 - Revision:
 - 0:218e465e76b6
 - Child:
 - 1:1097467b4352
 
-First draft of library.
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| AlfredoER | 0:218e465e76b6 | 1 | /* mebd Kl25Z Freedom Clock Mode Switching Library | 
| AlfredoER | 0:218e465e76b6 | 2 | * Copyright (c) 2014 Alfredo Espinoza Rhoton | 
| AlfredoER | 0:218e465e76b6 | 3 | */ | 
| AlfredoER | 0:218e465e76b6 | 4 | |
| AlfredoER | 0:218e465e76b6 | 5 | #ifndef MBED_KL25_CLOCK_H | 
| AlfredoER | 0:218e465e76b6 | 6 | #define MBED_KL25_CLOCK_H | 
| AlfredoER | 0:218e465e76b6 | 7 | |
| AlfredoER | 0:218e465e76b6 | 8 | void switchFEItoPEE( void ); | 
| AlfredoER | 0:218e465e76b6 | 9 | |
| AlfredoER | 0:218e465e76b6 | 10 | void switchPEEtoBLPI( void ); | 
| AlfredoER | 0:218e465e76b6 | 11 | |
| AlfredoER | 0:218e465e76b6 | 12 | void switchBLPItoPEE( void ); | 
| AlfredoER | 0:218e465e76b6 | 13 | |
| AlfredoER | 0:218e465e76b6 | 14 | #endif | 
