openchronos-ng
opensource firmware for the ez430 chronos
pmm.h
00001 //====================================================================
00002 //    File: PMM.h
00003 //
00004 //    This file is used in conjunction with PMM.c to set the core
00005 //    voltage level of a device. To set a core voltage level, call
00006 //    SetVCore(level). See RF project(s) for example usage.
00007 //
00008 //    Version 1.0 first
00009 //    07/14/07
00010 //
00011 //====================================================================
00012 
00013 
00014 #ifndef __PMM
00015 #define __PMM
00016 
00017 
00018 //====================================================================
00024 void SetVCore(unsigned char level);
00025 
00026 //====================================================================
00032 void SetVCoreUp(unsigned char level);
00033 
00034 //====================================================================
00040 void SetVCoreDown(unsigned char level);
00041 
00042 #endif /* __PMM */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines