Searched refs:cpol (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nucleo_f429zi.overlay | 18 spi-clock-mode-cpol;
|
/Zephyr-latest/boards/shields/x_nucleo_wb05kn1/ |
D | x_nucleo_wb05kn1_spi.overlay | 21 spi-cpol; /* CPOL=1 */
|
/Zephyr-latest/drivers/spi/ |
D | spi_sedi.c | 42 uint32_t word_size, cpol, cpha, loopback; in spi_sedi_configure() local 53 cpol = SPI_MODE_GET(config->operation) & SPI_MODE_CPOL; in spi_sedi_configure() 56 if ((cpol == 0) && (cpha == 0)) { in spi_sedi_configure() 59 } else if ((cpol == 0) && (cpha == 1U)) { in spi_sedi_configure() 62 } else if ((cpol == 1) && (cpha == 0U)) { in spi_sedi_configure()
|
D | spi_rpi_pico_pio.c | 205 uint32_t cpol = 0; in spi_pico_pio_configure() local 260 cpol = 1; in spi_pico_pio_configure() 272 if ((cpol != 0) || (cpha != 0)) { in spi_pico_pio_configure() 358 if ((cpol == 0) && (cpha == 0)) { in spi_pico_pio_configure() 363 } else if ((cpol == 1) && (cpha == 1)) { in spi_pico_pio_configure() 369 LOG_ERR("Not supported: cpol=%d, cpha=%d\n", cpol, cpha); in spi_pico_pio_configure() 405 pio_sm_set_pins_with_mask(data->pio, data->pio_sm, (cpol << clk->pin), in spi_pico_pio_configure()
|
D | spi_rv32m1_lpspi.c | 172 master_config.cpol = in spi_mcux_configure()
|
D | spi_max32.c | 109 int cpol = (SPI_MODE_GET(config->operation) & SPI_MODE_CPOL) ? 1 : 0; in spi_configure() local 112 if (cpol && cpha) { in spi_configure() 116 } else if (cpol) { in spi_configure()
|
D | spi_mcux_lpspi.c | 203 master_config.cpol = (SPI_MODE_GET(spi_cfg->operation) & SPI_MODE_CPOL) in spi_mcux_configure()
|
D | spi_mcux_dspi.c | 616 ctar_config->cpol = in spi_mcux_configure()
|
/Zephyr-latest/boards/segger/ip_k66f/ |
D | ip_k66f.dts | 142 spi-cpol;
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 206 static inline int qspi_get_mode(bool cpol, bool cpha) in qspi_get_mode() argument 210 if ((!cpol) && (!cpha)) { in qspi_get_mode() 212 } else if (cpol && cpha) { in qspi_get_mode()
|
/Zephyr-latest/drivers/mipi_dbi/ |
D | mipi_dbi_smartbond.c | 194 mipi_dbi_cfg->cpol = dbi_config->config.operation & SPI_MODE_CPOL; in lcdc_smartbond_mipi_dbi_translation()
|
/Zephyr-latest/boards/st/sensortile_box_pro/ |
D | sensortile_box_pro.dts | 160 spi-cpol;
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 147 #define INST_0_SPI_MODE DT_INST_PROP(0, cpol) 148 BUILD_ASSERT(DT_INST_PROP(0, cpol) == DT_INST_PROP(0, cpha),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 983 * Introduced new SPI properties ``spi-cpol``, ``spi-cpha``, and ``spi-hold-cs`` to be used by
|
D | release-notes-3.2.rst | 1330 * :dtcompatible:`worldsemi,ws2812-spi`: SPI bindings have new ``spi-cpol``,
|