SLEEPDEEP=value1, SLEEPONEXIT=value1, SEVONPEND=value1
System Control Register
SLEEPONEXIT | Sleep on Exit 0 (value1): do not sleep when returning to Thread mode. 1 (value2): enter sleep, or deep sleep, on return from an ISR. |
SLEEPDEEP | Sleep or Deep Sleep 0 (value1): sleep 1 (value2): deep sleep |
SEVONPEND | Send Event on Pending bit: 0 (value1): only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded 1 (value2): enabled events and all interrupts, including disabled interrupts, can wakeup the processor. |