Searched refs:mss_spi_transceive (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_mchp_mss.c | 372 static int mss_spi_transceive(const struct device *dev, const struct spi_config *spi_cfg, in mss_spi_transceive() function 408 return mss_spi_transceive(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in mss_spi_transceive_blocking() 417 return mss_spi_transceive(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in mss_spi_transceive_async()
|