Searched refs:spi_sam_rx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/spi/ |
D | spi_sam.c | 438 static inline int spi_sam_rx(const struct device *dev, in spi_sam_rx() function 549 spi_sam_rx(dev, regs, rx->buf, rx->len); in spi_sam_fast_transceive() 570 spi_sam_rx(dev, regs, rx->buf, rx->len); in spi_sam_fast_transceive() 665 ret = spi_sam_rx(dev, cfg->regs, sqe->rx.buf, sqe->rx.buf_len); in spi_sam_iodev_start()
|