13.3.3.1 Sleep Modes
Three different sleep modes can be enabled to reduce power consumption.
- Idle
- The CPU stops executing code, resulting in reduced power consumption.
- Standby
- All high-frequency clocks are stopped unless running in Standby sleep mode is
enabled for a peripheral or clock. This is enabled by writing the corresponding
RUNSTDBY bit to ‘
1
’. The power consumption is dependent on the enabled functionality. - Power-Down
- All high-frequency clocks are stopped, resulting in a power consumption lower than the Idle sleep mode.
- Refer to the Sleep Mode Activity tables for further information.
Refer to the Wake-up Time section for information on how the wake-up time is affected by the different sleep modes.
Peripheral | Active in Sleep Mode | |||
---|---|---|---|---|
Idle | Standby | Power-Down | ||
HTLLEN =
0 |
HTLLEN =
1 |
|||
CPU | ||||
RTC | X | X(1, 2) | X(2) | X(2) |
WDT | X | X | X | X |
BOD | X | X | X | X |
EVSYS | X | X | X | X |
CCL | X | X(1) | ||
AC | ||||
ADC | ||||
DAC | ||||
ZCD | ||||
TCA | ||||
TCBn | ||||
All other peripherals | X |
- For the peripheral to run in Standby sleep mode, the RUNSTDBY bit of the corresponding peripheral must be set.
-
In Standby sleep mode, only the RTC functionality requires the RUNSTDBY bit to be set.
In Power-Down sleep mode, only the PIT functionality is available.
Clock Source | Active in Sleep Mode | |||
---|---|---|---|---|
Idle | Standby | Power-Down | ||
HTLLEN =
0 |
HTLLEN =
1 |
|||
Main clock source | X | X(1) | ||
RTC clock source | X | X(1, 2) | X(2) | X(2) |
WDT oscillator | X | X | X | X |
BOD oscillator(3) | X | X | X | X |
CCL clock source | X | X(1) | ||
TCD clock source | X |
- For the clock source to run in Standby sleep mode, the RUNSTDBY bit of the corresponding peripheral must be set.
-
In Standby sleep mode, only the RTC functionality requires the RUNSTDBY bit to be set.
In Power-Down sleep mode, only the PIT functionality is available. - The Sampled mode only.
Wake-Up Sources | Active in Sleep Mode | |||
---|---|---|---|---|
Idle | Standby | Power-Down | ||
HTLLEN =
0 |
HTLLEN =
1 |
|||
PORT Pin interrupt | X | X | X(1) | X(1) |
BOD VLM interrupt | X | X | X | X |
MVIO interrupts | X | X | X | X |
RTC interrupts | X | X(2, 3) | X(3) | X(3) |
TWI Address Match interrupt | X | X | X | |
CCL interrupts | X | X | X(4) | |
USART Start-Of-Frame interrupt | X | |||
TCA interrupts | X | X(2) | ||
TCBn interrupts | ||||
ADC interrupts | ||||
AC interrupts | ||||
ZCD interrupts | ||||
All other interrupts | X |
- The I/O pin must be configured according to the Asynchronous Sensing Pin Properties section in the PORT - I/O Pin Configuration section.
- For the peripheral to run in Standby sleep mode, the RUNSTDBY bit of the corresponding peripheral must be set.
-
In Standby sleep mode, only the RTC functionality requires the RUNSTDBY bit to be set.
In Power-Down sleep mode, only the PIT functionality is available. - CCL will
only wake up the device if the path through LUTn is asynchronous (FILTSEL =
0x0
and EDGEDET =0x0
in the CCL.LUTnCTRLA register).