Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
stm32w108
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);
Generated on Fri Aug 30 2013 12:34:09 for Contiki 2.5 by
1.8.3.1