Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_pl022.c788 static int spi_pl022_transceive_impl(const struct device *dev, in spi_pl022_transceive_impl() function
868 return spi_pl022_transceive_impl(dev, config, tx_bufs, rx_bufs, NULL, NULL); in spi_pl022_transceive()
880 return spi_pl022_transceive_impl(dev, config, tx_bufs, rx_bufs, cb, userdata); in spi_pl022_transceive_async()