Home
last modified time | relevance | path

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

/u-boot/drivers/spi/
A Dstm32_spi.c64 #define SPI_CFG2_CPHA BIT(24) macro
288 cfg2_setb |= SPI_CFG2_CPHA; in stm32_spi_set_mode()
290 cfg2_clrb |= SPI_CFG2_CPHA; in stm32_spi_set_mode()

Completed in 4 milliseconds