sleepTimer.h

Go to the documentation of this file.
00001 /******************************************************************************/
00012 #ifndef SLEEPTIMER_H_
00013 #define SLEEPTIMER_H_
00014 
00015 // \cond
00016 #include <timer.h>
00017 // \endcond 
00018 
00025 typedef Timer_t HAL_SleepTimer_t;
00026 
00027 /**************************************************************************/
00034 uint32_t HAL_ConvertToSleepInterval(uint32_t interval);
00035 
00036 /**************************************************************************/
00044 int HAL_StartSleepTimer(HAL_SleepTimer_t *sleepTimer);
00045 
00046 /**************************************************************************/
00054 int HAL_StopSleepTimer(HAL_SleepTimer_t *sleepTimer);
00055 
00056 #endif
00057 // eof sleepTimer.h

Generated on Wed Apr 2 19:06:16 2008 for ZigBeeNet Stack Documentation by  doxygen 1.5.1-p1