XMEGA Application Note | |||||
00001 // This file has been prepared for Doxygen automatic documentation generation. 00049 #ifndef SLEEPMGR_H 00050 #define SLEEPMGR_H 00051 00052 /*============================ INCLUDES ======================================*/ 00053 //#include "compiler.h" 00054 #include "avr_compiler.h" 00055 #include "config_sleepmgr.h" 00056 00057 00058 00059 /*============================ PROTOTYPES ====================================*/ 00060 #ifdef __cplusplus 00061 extern "C" { 00062 #endif 00063 00064 00066 void SLEEPMGR_Init( void ); 00068 void SLEEPMGR_Lock( SLEEPMGR_mode_t mode ); 00070 void SLEEPMGR_Unlock( SLEEPMGR_mode_t mode ); 00072 void SLEEPMGR_Sleep( void ); 00074 void SLEEPMGR_CancelSleep( void ); 00075 00076 00077 #ifdef __cplusplus 00078 } /* extern "C" */ 00079 #endif 00080 00081 00082 #endif 00083 /* EOF */
Generated on Mon Nov 9 13:44:26 2009 for XMEGA power consumption evaluation code by ![]() |