DozeenW

Type Alias DozeenW 

pub type DozeenW<'a, REG> = BitWriter<'a, REG, Dozeen>;
Expand description

Field DOZEEN writer - Doze Enable

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>

LPUART is enabled in Doze mode.

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

LPUART is disabled in Doze mode.