UART/IrDA Control and Status Registers
12-67
UART Devices
The interrupt enable register (IER) in SIR mode can be programmed to enable/
disable any of the following interrupts:
-
Received error
-
LSR
-
TX underrun
-
Status FIFO
-
RX overrun
-
Last byte in RX FIFO
-
THR
-
RHR
Each of these interrupts can be enabled/disabled individually. There is also a
sleep mode enable bit.
Table 12–56. SIR Mode Interrupt Enable Register (SIR_IER)
Bit
Name
Value
Function
R/W
Reset
Value
7
EOF_IT
0
Disables the received EOF interrupt
R/W
0
1
Enables the received EOF interrupt
6
LINE_STS_IT
0
Disables the receiver line status interrupt
R/W
0
1
Enables the receiver line status interrupt
5
TX_UNDERRUN_IT
0
Disables the TX underrun interrupt
R/W
0
1
Enables the TX underrun interrupt
4
STS_FIFO_TRIG_IT
0
Disables status FIFO trigger level interrupt
R/W
0
1
Enables status FIFO trigger level interrupt
3
RX_OVERRUN_IT
0
Disables the RX overrun interrupt
R/W
0
1
Enables the RX overrun interrupt
2
LAST_RX_BYTE_IT
0
Disables the last byte of frame in RX FIFO
interrupt
R/W
0
1
Enables the last byte of frame in RX FIFO
interrupt
1
THR_IT
0
Disables the THR interrupt
R/W
0
1
Enables the THR interrupt
0
RHR_IT
0
Disables the RHR interrupt
R/W
0
1
Enables the RHR interrupt