The individual bits of the ISR will be set when an interrupt is requested from its corresponding interrupt source. Another interrupt will not occur from this source until the bit has been cleared by writing a zero.
Writing a 1 to an ISR bit will have no effect. This is an important feature. To avoid missing interrupts when writing to the ISRs, all bits that are not to be affected should be written to a one.
The ISR is physically located in the PWR block. It is a read/write register that is reset to zero.
Index Bit Interrupt Event Description
==============================================================
-1Ah 0 NMI LPI - Low power detected
1 IRQ2 DCI - Display cursor write
2 IRQ2 RTI - Real-Time Counter underflow
3 IRQ2 T1I - Timer OUT1=1
4 IRQ2 RXI - RX pad high
5 IRQ2 RDI - Ring detect
6 IRQ2 KBI - Keyboard service request
7 IRQ2 IRI - IR service request
Note: The GPIO pads have separate ISR registers. This is discussed in "General
Purpose I/O" on