RxedgieW

Type Alias RxedgieW 

pub type RxedgieW<'a, REG> = BitWriter<'a, REG, Rxedgie>;
Expand description

Field RXEDGIE writer - RX Input Active Edge Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Hardware interrupts from LPUART_STAT[RXEDGIF] disabled.

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

Hardware interrupt requested when LPUART_STAT[RXEDGIF] flag is 1.