Contiki 3.x
|
STM32W108 micro specific sleep functions. More...
Go to the source code of this file.
Functions | |
uint32_t | halGetWakeInfo (void) |
Obtains the events that caused the last wake from sleep. More... | |
void | halInternalSleep (SleepModes sleepMode) |
Puts the microcontroller to sleep in a specified mode. More... | |
void | halSleepWithOptions (SleepModes sleepMode, uint32_t gpioWakeBitMask) |
Puts the microcontroller to sleep in a specified mode, allows the GPIO wake sources to be determined at runtime. More... | |
STM32W108 micro specific sleep functions.
Definition in file sleep.c.