Home
last modified time | relevance | path

Searched refs:CPHA (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/
DKconfig9 0: CPOL 0 (Active high), CPHA 0 (leading)
10 1: CPOL 0 (Active high), CPHA 1 (trailing)
11 2: CPOL 1 (Active low), CPHA 0 (leading)
12 3: CPOL 1 (Active low), CPHA 1 (trailing)
DREADME.txt3 In each test, both instances get identical configuration (CPOL, CPHA, bitrate, etc.).
/Zephyr-latest/boards/shields/x_nucleo_bnrg2a1/
Dx_nucleo_bnrg2a1.overlay21 spi-cpha; /* CPHA=1 */
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/
Dx_nucleo_wb05kn1_spi.overlay22 spi-cpha; /* CPHA=1 */
/Zephyr-latest/drivers/spi/
Dspi_xmc4xxx.c197 bool CPHA = SPI_MODE_GET(settings) & SPI_MODE_CPHA; in spi_xmc4xxx_configure() local
236 if (!CPOL && !CPHA) { in spi_xmc4xxx_configure()
238 } else if (!CPOL && CPHA) { in spi_xmc4xxx_configure()
240 } else if (CPOL && !CPHA) { in spi_xmc4xxx_configure()
242 } else if (CPOL && CPHA) { in spi_xmc4xxx_configure()
Dspi_sam0.c106 ctrla.bit.CPHA = 1; in spi_sam0_configure()
/Zephyr-latest/boards/st/steval_stwinbx1/
Dsteval_stwinbx1.dts192 spi-cpha; /* CPHA=1 */
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst391 * ``ZEP-1626`` - SPI: spi cannot work in CPHA mode @ ARC
Drelease-notes-3.4.rst964 * Support was added for using CPOL/CPHA SPI clock modes with SD cards, as
Drelease-notes-3.2.rst2489 * :github:`44980` - ws2812_spi allow setting CPHA in overlay