Loading...
Searching...
No Matches

The kernels power management interface. More...

Detailed Description

The kernels power management interface.

Attention
This interface must be implemented for every platform in RIOT.

Files

file  pm.h
 Power management interface.
 

Functions

void pm_reboot (void)
 Reboot MCU.
 
void pm_off (void)
 Turn off MCU completely.
 
void pm_set_lowest (void)
 Switches the MCU to the lowest possible power mode.
 

Function Documentation

◆ pm_set_lowest()

void pm_set_lowest ( void  )

Switches the MCU to the lowest possible power mode.

This function will be called by the idle thread.