SleeponexitR

Type Alias SleeponexitR 

pub type SleeponexitR = BitReader<Sleeponexit>;
Expand description

Field SLEEPONEXIT reader - Indicates sleep-on-exit when returning from Handler mode to Thread mode

Aliased Type§

pub struct SleeponexitR { /* private fields */ }

Implementations§

§

impl SleeponexitR

pub const fn variant(&self) -> Sleeponexit

Get enumerated values variant

pub fn is_0(&self) -> bool

o not sleep when returning to Thread mode

pub fn is_1(&self) -> bool

enter sleep, or deep sleep, on return from an ISR