DozenW

Type Alias DozenW 

pub type DozenW<'a, REG> = BitWriter<'a, REG, Dozen>;
Expand description

Field DOZEN writer - Doze mode enable

Aliased Type§

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

Implementations§

§

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

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

Module is enabled in Doze mode.

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

Module is disabled in Doze mode.