Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/spi/
Dspi_mcux_flexcomm.c580 static int transceive_dma(const struct device *dev, in transceive_dma() function
734 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive()
748 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async()
Dspi_mcux_lpspi.c488 static int transceive_dma(const struct device *dev, in transceive_dma() function
616 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, false, NULL, NULL); in spi_mcux_transceive()
638 return transceive_dma(dev, spi_cfg, tx_bufs, rx_bufs, true, cb, userdata); in spi_mcux_transceive_async()
Dspi_ll_stm32.c938 static int transceive_dma(const struct device *dev, in transceive_dma() function
1090 return transceive_dma(dev, config, tx_bufs, rx_bufs, in spi_stm32_transceive()