[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/pxa27x/timer
HalPXA27xSleep.nc, 1.1.2.3, 1.1.2.4
Philip Buonadonna
philipb at users.sourceforge.net
Fri Nov 10 11:24:23 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x/timer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6719/timer
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
HalPXA27xSleep.nc
Log Message:
Updated interface documentation
Index: HalPXA27xSleep.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x/timer/HalPXA27xSleep.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** HalPXA27xSleep.nc 18 Oct 2006 19:29:35 -0000 1.1.2.3
--- HalPXA27xSleep.nc 10 Nov 2006 19:24:21 -0000 1.1.2.4
***************
*** 39,45 ****
interface HalPXA27xSleep {
/**
! * Sleep for a given number of milliseconds. This function supports
! * sleep times up to 65534ms. Larger sleep durations must
! * use one of the other methods.
*
* @param time Sleep duration in milliseconds up to 65534.
--- 39,46 ----
interface HalPXA27xSleep {
/**
! * Sleep for a given number of milliseconds. Only standard
! * sleep mode is used. This function supports
! * sleep times up to 65534ms. Larger sleep durations must
! * use one of the other methods.
*
* @param time Sleep duration in milliseconds up to 65534.
***************
*** 51,55 ****
* Sleep for a given number of seconds up to 62859 sec.
* If the function is passed a value greater than 62859, it
! * will default to the maximum.
*
* @param time Sleep duration in seconds.
--- 52,58 ----
* Sleep for a given number of seconds up to 62859 sec.
* If the function is passed a value greater than 62859, it
! * will default to the maximum. For sleep durations greater
! * than 30 secs, the processor will be placed into deep sleep
! * mode. Otherwise standard sleep mode is used.
*
* @param time Sleep duration in seconds.
***************
*** 59,65 ****
/**
! * Sleep for a given number of minutes up to 1439 min.
! * If the function is passed a value greater than 1439, it
! * will default to the maximum.
*
* @param time Sleep duration in minutes.
--- 62,68 ----
/**
! * Sleep for a given number of minutes up to 1439 min. Deep
! * sleep mode is used. If the function is passed a value
! * greater than 1439, it will default to the maximum.
*
* @param time Sleep duration in minutes.
***************
*** 68,74 ****
/**
! * Sleep for a given number of hours up to 23 hours
! * If the function is passed a value greater than 23, it
! * will default to the maximum.
*
* @param time Sleep duration in hours
--- 71,77 ----
/**
! * Sleep for a given number of hours up to 23 hours. Deep
! * sleep mode is used. If the function is passed a value
! * greater than 23, it will default to the maximum.
*
* @param time Sleep duration in hours
More information about the Tinyos-2-commits
mailing list