DozeEnW

Type Alias DozeEnW 

pub type DozeEnW<'a, REG> = BitWriter<'a, REG, DozeEn>;
Expand description

Field DOZE_EN writer - DOZE Mode Enable Bit

Aliased Type§

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

Implementations§

§

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

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

Timer channels are stopped in DOZE mode

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

Timer channels continue to run in DOZE mode