Functions | |
| static void | cpu_enter_sleep (void) |
| Enter the deepest possible sleep mode. | |
| void cpu_enter_sleep | ( | void | ) | [inline, static] |
Enter the deepest possible sleep mode.
This function will determine the lowest possible sleep mode that can safely be entered, enable interrupts and put the chip into that sleep mode. This will all happen atomically, so no interrupts will be handled before the sleep instruction has been executed.
Definition at line 50 of file sleep.h.
References cpu_irq_enable.
1.6.3