[][src]Module lpc11xx::uart::ier

Interrupt Enable Register. Contains individual interrupt enable bits for the 7 potential UART interrupts. Available when the divisor latches are disabled

Structs

ABEOINTEN_W

Write proxy for field ABEOINTEN

ABTOINTEN_W

Write proxy for field ABTOINTEN

RBRIE_W

Write proxy for field RBRIE

RXLIE_W

Write proxy for field RXLIE

THREIE_W

Write proxy for field THREIE

Enums

ABEOINTEN_A

Enables the end of auto-baud interrupt.

ABTOINTEN_A

Enables the auto-baud time-out interrupt.

RBRIE_A

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

RXLIE_A

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

THREIE_A

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

Type Definitions

ABEOINTEN_R

Reader of field ABEOINTEN

ABTOINTEN_R

Reader of field ABTOINTEN

R

Reader of register IER

RBRIE_R

Reader of field RBRIE

RXLIE_R

Reader of field RXLIE

THREIE_R

Reader of field THREIE

W

Writer for register IER