Power Management

The kernels power management interface.

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.

This function will be called by the idle thread.