Contiki 3.x
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

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...
 

Detailed Description

STM32W108 micro specific sleep functions.

Definition in file sleep.c.