Searched refs:spi_sam_tx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_sam.c | 466 static inline int spi_sam_tx(const struct device *dev, in spi_sam_tx() function 551 spi_sam_tx(dev, regs, tx->buf, tx->len); in spi_sam_fast_transceive() 565 spi_sam_tx(dev, regs, tx->buf, tx->len); in spi_sam_fast_transceive() 668 ret = spi_sam_tx(dev, cfg->regs, sqe->tx.buf, sqe->tx.buf_len); in spi_sam_iodev_start() 671 ret = spi_sam_tx(dev, cfg->regs, sqe->tiny_tx.buf, sqe->tiny_tx.buf_len); in spi_sam_iodev_start()
|