Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_sifive.c127 static void spi_sifive_xfer(const struct device *dev, const bool hw_cs_control) in spi_sifive_xfer() argument
164 if (!hw_cs_control) { in spi_sifive_xfer()
207 bool hw_cs_control = false; in spi_sifive_transceive() local
220 hw_cs_control = true; in spi_sifive_transceive()
223 if (!hw_cs_control) { in spi_sifive_transceive()
250 if (!hw_cs_control) { in spi_sifive_transceive()
257 spi_sifive_xfer(dev, hw_cs_control); in spi_sifive_transceive()