SPI status codes.
Operation completed successfully.
One or more of input parameters are invalid.
SPI is busy processing a transfer.
SPI Modes.
Configures SCB for SPI Slave operation.
Configures SCB for SPI Master operation.
SPI Submodes.
Configures an SPI for a standard Motorola SPI operation.
Configures the SPI for the TI SPI operation.
In the TI mode, the slave select is a pulse. In this case, the pulse coincides with the first bit.
Configures an SPI for the National SPI operation.
This is a half-duplex mode of operation.
Configures an SPI for the TI SPI operation, in the TI mode.
The slave select is a pulse. In this case the pulse precedes the first bit.
SPI SCLK Modes.
Clock is active low, data is changed on first edge.
Clock is active low, data is changed on second edge.
Clock is active high, data is changed on first edge.
Clock is active high, data is changed on second edge.
SPI Slave Selects.
Master will use Slave Select 0.
Master will use Slave Select 1.
Master will use Slave Select 2.
Master will use Slave Select 3.
SPI Polarity.
Signal in question is active low.
Signal in question is active high.
SPI Parity.
SPI has no parity check.
SPI has even parity check.
SPI has odd parity check.