DR
AFT
DR
AFT
DRAFT
DR
D
RAFT
DRAFT
DRA
FT DRAF
D
RAFT DRAFT DRAFT DRAFT DRAFT D
DRAFT
D
RAFT DRA
FT DRAFT DRAFT DRAFT DRA
UM10316_0
© NXP B.V. 2008. All rights reserved.
User manual
Rev. 00.06 — 17 December 2008
269 of 571
NXP Semiconductors
UM10316
Chapter 18: LPC29xx SPI0/1/2
3.12 SPI interrupt bit description
gives the interrupts for the Serial Peripheral Interface. The first column
gives the bit number in the interrupt registers. For an overview of the interrupt registers
see
. For a general explanation of the interrupt concept and a description of
the registers see
.
Table 225. INT_THRESHOLD register bit description (INT_THRESHOLD, addresses: 0xE004
7FD4 (SPI0), 0xE004 8FD4 (SPI1), 0xE004 9FD4 (SPI2))
* = reset value
Bit
Symbol
Access
Value
Description
31 to 16 reserved
R
-
Reserved; do not modify. Read as logic 0
15 to 8
TX_THRESHOLD
R/W
A transmit threshold-level interrupt is
requested when the transmit FIFO contains
less than this number of elements. When the
value is higher than the FIFO size the
behavior of the threshold interrupt is
undefined.
00h*
7 to 0
RX_THRESHOLD
R/W
A receive threshold-level interrupt is
requested when the receive FIFO contains
more than this number of elements. When
the value is higher than the FIFO size the
behavior of the threshold interrupt is
undefined.
00h*
Table 226. SPI interrupt sources
Register
bit
Interrupt source
Description
31 to 5
unused
Unused
4
SMS
Sequential-slave mode ready
3
TX
Transmit threshold level
2
RX
Receive threshold level
1
TO
Receive time-out
0
OV
Receive overrun