Home
last modified time | relevance | path

Searched refs:PW_SPI_CTRL1_SPH_BIT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/spi/
Dspi_pw.h75 #define PW_SPI_CTRL1_SPH_BIT BIT(4) macro
Dspi_pw.c268 ctrlr1 &= ~(PW_SPI_CTRL1_SPH_BIT); in spi_pw_config_phase_polarity()
273 ctrlr1 &= ~(PW_SPI_CTRL1_SPH_BIT); in spi_pw_config_phase_polarity()
278 ctrlr1 |= PW_SPI_CTRL1_SPH_BIT; in spi_pw_config_phase_polarity()
282 ctrlr1 |= PW_SPI_CTRL1_SPH_BIT; in spi_pw_config_phase_polarity()