sleepTimer.h

Go to the documentation of this file.
00001 /****************************************************************************/
00017 #ifndef _SLEEPTIMER_H
00018 #define _SLEEPTIMER_H
00019 
00020 // \cond
00021 #include <mnHalTimer.h>
00022 // \endcond
00023 
00030 typedef Timer_t HAL_SleepTimer_t;
00031 
00032 /**************************************************************************/
00039 uint32_t HAL_ConvertToSleepInterval(uint32_t interval);
00040 
00041 /**************************************************************************/
00049 int HAL_StartSleepTimer(HAL_SleepTimer_t *sleepTimer);
00050 
00051 /**************************************************************************/
00059 int HAL_StopSleepTimer(HAL_SleepTimer_t *sleepTimer);
00060 
00061 #endif /* _SLEEPTIMER_H */
00062 // eof sleepTimer.h

Generated on Mon Feb 16 17:53:40 2009 for BitCloud Stack Documentation by  doxygen 1.5.1-p1