RxedgieR

Type Alias RxedgieR 

pub type RxedgieR = BitReader<Rxedgie>;
Expand description

Field RXEDGIE reader - RX Input Active Edge Interrupt Enable

Aliased Type§

pub struct RxedgieR { /* private fields */ }

Implementations§

§

impl RxedgieR

pub const fn variant(&self) -> Rxedgie

Get enumerated values variant

pub fn is_0(&self) -> bool

Hardware interrupts from LPUART_STAT[RXEDGIF] disabled.

pub fn is_1(&self) -> bool

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