Contiki 2.5
sleep.h
1 
2 /* Enter system in deep sleep 1 (core power domain is fully
3  * powered down and sleep timer is active).
4  * Execution is suspended for a given number of seconds.
5  *
6  * Pay attention! All system peripherals (including sensors) have
7  * to be reinitialized before being used again. UART, LEDs and
8  * real timers are automatically reinitialized. */
9 
10 void sleep_seconds(int seconds);