UM11029
All information provided in this document is subject to legal disclaimers.
© NXP Semiconductors N.V. 2017. All rights reserved.
User manual
Rev. 1.0 — 16 June 2017
321 of 515
NXP Semiconductors
UM11029
Chapter 18: LPC84x SPI0/1
18.6.11 SPI Interrupt Status register
The read-only INTSTAT register provides a view of those interrupt flags that are currently
enabled. This can simplify software handling of interrupts. See
for detailed
descriptions of the interrupt flags.
Table 346. SPI Divider register (DIV, addresses 0x4005 8024 (SPI0), 0x4005 C024 (SPI1)) bit
description
Bit
Symbol
Description
Reset
Value
15:0
DIVVAL
Rate divider value. Specifies how the PCLK for the SPI is divided to
produce the SPI clock rate in master mode.
DIVVAL is -1 encoded such that the value 0 results in PCLK/1, the
value 1 results in PCLK/2, up to the maximum possible divide value
of 0xFFFF, which results in PCLK/65536.
0
31:16 -
Reserved. Read value is undefined, only zero should be written.
NA
Table 347. SPI Interrupt Status register (INTSTAT, addresses 0x4005 8028 (SPI0), 0x4005
C028 (SPI1)) bit description
Bit
Symbol
Description
Reset
value
0
RXRDY
Receiver Ready flag.
0
1
TXRDY
Transmitter Ready flag.
1
2
RXOV
Receiver Overrun interrupt flag.
0
3
TXUR
Transmitter Underrun interrupt flag.
0
4
SSA
Slave Select Assert.
0
5
SSD
Slave Select Deassert.
0
31:6
-
Reserved. Read value is undefined, only zero should be written.
NA