[][src]Type Definition lpc11xx::uart::ier::R

type R = R<u32, IER>;

Reader of register IER

Methods

impl R[src]

pub fn rbrie(&self) -> RBRIE_R[src]

Bit 0 - RBR Interrupt Enable. Enables the Receive Data Available interrupt for UART. It also controls the Character Receive Time-out interrupt.

pub fn threie(&self) -> THREIE_R[src]

Bit 1 - THRE Interrupt Enable. Enables the THRE interrupt for UART. The status of this interrupt can be read from LSR[5].

pub fn rxlie(&self) -> RXLIE_R[src]

Bit 2 - RX Line Interrupt Enable. Enables the UART RX line status interrupts. The status of this interrupt can be read from LSR[4:1].

pub fn abeointen(&self) -> ABEOINTEN_R[src]

Bit 8 - Enables the end of auto-baud interrupt.

pub fn abtointen(&self) -> ABTOINTEN_R[src]

Bit 9 - Enables the auto-baud time-out interrupt.