Searched refs:spi_pl022_transceive_impl (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_pl022.c | 788 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()
|