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

type W = W<u32, IER>;

Writer for register IER

Methods

impl W[src]

pub fn rbrie(&mut self) -> RBRIE_W[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(&mut self) -> THREIE_W[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(&mut self) -> RXLIE_W[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(&mut self) -> ABEOINTEN_W[src]

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

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

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