RxufW

Type Alias RxufW 

pub type RxufW<'a, REG> = BitWriter<'a, REG, Rxuf>;
Expand description

Field RXUF writer - Receiver Buffer Underflow Flag

Aliased Type§

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

Implementations§

§

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

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

No receive buffer underflow has occurred since the last time the flag was cleared.

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

At least one receive buffer underflow has occurred since the last time the flag was cleared.