OrW

Type Alias OrW 

pub type OrW<'a, REG> = BitWriter<'a, REG, Or>;
Expand description

Field OR writer - Receiver Overrun Flag

Aliased Type§

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

Implementations§

§

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

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

No overrun.

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

Receive overrun (new LPUART data lost).