Go to the documentation of this file.
10 #ifndef __ASM_AVR32_ARCH_PM_H
11 #define __ASM_AVR32_ARCH_PM_H
14 #define CPU_SLEEP_IDLE 0
15 #define CPU_SLEEP_FROZEN 1
16 #define CPU_SLEEP_STANDBY 2
17 #define CPU_SLEEP_STOP 3
18 #define CPU_SLEEP_STATIC 5
26 static inline void cpu_disable_idle_sleep(
void)
31 static inline void cpu_enable_idle_sleep(
void)
36 static inline void cpu_idle_sleep(
void)
42 if (disable_idle_sleep)