# lowpower.h ## **Overview** **Related Modules:** [Power](power.md) **Description:** Sets low power consumption for the device. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Enumerations

Enumeration Name

Description

LpcType { NO_SLEEP, LIGHT_SLEEP, DEEP_SLEEP }

Enumerates low power consumption modes.

## Functions

Function Name

Description

LpcInit (void)

unsigned int

Initializes low power consumption.

LpcSetType (LpcType type)

unsigned int

Sets low power consumption for the device.