SleepdeepW

Type Alias SleepdeepW 

pub type SleepdeepW<'a, REG> = BitWriter<'a, REG, Sleepdeep>;
Expand description

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

Aliased Type§

pub struct SleepdeepW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> SleepdeepW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

sleep

pub fn _1(self) -> &'a mut W<REG>

deep sleep