SleepdeepR

Type Alias SleepdeepR 

pub type SleepdeepR = BitReader<Sleepdeep>;
Expand description

Field SLEEPDEEP reader - Controls whether the processor uses sleep or deep sleep as its low power mode

Aliased Type§

pub struct SleepdeepR { /* private fields */ }

Implementations§

§

impl SleepdeepR

pub const fn variant(&self) -> Sleepdeep

Get enumerated values variant

pub fn is_0(&self) -> bool

sleep

pub fn is_1(&self) -> bool

deep sleep