RxufeW

Type Alias RxufeW 

pub type RxufeW<'a, REG> = BitWriter<'a, REG, Rxufe>;
Expand description

Field RXUFE writer - Receive FIFO Underflow Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

RXUF flag does not generate an interrupt to the host.

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

RXUF flag generates an interrupt to the host.