RefW

Type Alias RefW 

pub type RefW<'a, REG> = BitWriter<'a, REG, Ref>;
Expand description

Field REF writer - Receive Error Flag

Aliased Type§

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

Implementations§

§

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

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

Receive FIFO has not overflowed.

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

Receive FIFO has overflowed.