pub type SLEEPONEXIT_R = BitReader;
Expand description
Field SLEEPONEXIT
reader - Indicates sleep-on-exit when returning from Handler mode to Thread mode:
0 = Do not sleep when returning to Thread mode.
1 = Enter sleep, or deep sleep, on return from an ISR to Thread mode.
Setting this bit to 1 enables an interrupt driven application to avoid returning to an empty main application.
Aliased Type§
struct SLEEPONEXIT_R { /* private fields */ }