Contiki 2.5
Functions
sleep.c File Reference

STM32W108 micro specific sleep functions. More...

#include "hal/micro/micro-common.h"
#include "hal/micro/cortexm3/micro-common.h"

Go to the source code of this file.

Functions

int32u 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, int32u gpioWakeBitMask)
 Puts the microcontroller to sleep in a specified mode, allows the GPIO wake sources to be determined at runtime. More...
 

Detailed Description

STM32W108 micro specific sleep functions.

Definition in file sleep.c.