WakeW

Type Alias WakeW 

pub type WakeW<'a, REG> = BitWriter<'a, REG, Wake>;
Expand description

Field WAKE writer - Receiver Wakeup Method Select

Aliased Type§

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

Implementations§

§

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

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

Configures RWU for idle-line wakeup.

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

Configures RWU with address-mark wakeup.