XMEGA Application Note


lowpower.c

Go to the documentation of this file.
00001 // This file has been prepared for Doxygen automatic documentation generation.
00061 /*============================ INCLUDES ======================================*/
00062 //#include "compiler.h"
00063 #include "avr_compiler.h"
00064 #include "lowpower.h"
00065 #include "lowpower_macros.h"
00066 
00067 
00068 
00069 /*=========================== DEFINITIONS ====================================*/
00070 
00077 void LOWPOWER_Init( void )
00078 {
00079 #ifdef NO_JTAG
00080         DISABLE_JTAG();
00081 #endif // NO_JTAG
00082 
00083         DISABLE_GEN();
00084         DISABLE_TC();
00085         DISABLE_COM();
00086         DISABLE_ANLG();
00087         ENABLE_PULLUP();
00088 }
@DOC_TITLE@
Generated on Mon Nov 9 13:44:26 2009 for XMEGA power consumption evaluation code by doxygen 1.5.9