24.4 Data Modes

There are four combinations of SCK phase and polarity with respect to serial data, which are determined by control bits CPHA and CPOL. Data bits are shifted out and latched in on opposite edges of the SCK signal, ensuring sufficient time for data signals to stabilize. The following table, summarizes SPCR.CPOL and SPCR.CPHA settings.

Table 24-2. SPI Modes
SPI ModeConditionsLeading EdgeTrailing Edge
0CPOL=0, CPHA=0Sample (Rising)Setup (Falling)
1CPOL=0, CPHA=1Setup (Rising)Sample (Falling)
2CPOL=1, CPHA=0Sample (Falling)Setup (Rising)
3CPOL=1, CPHA=1Setup (Falling)Sample (Rising)

The SPI data transfer formats are shown in the following figure.

Figure 24-3. SPI Transfer Format with CPHA = 0
Figure 24-4. SPI Transfer Format with CPHA = 1