Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_handlers.c14 static struct spi_buf_set *copy_and_check(struct spi_buf_set *bufs, in copy_and_check() function
63 tx_bufs = copy_and_check(tx_bufs, tx_buf_copy, 0); in copy_bufs_and_transceive()
64 rx_bufs = copy_and_check(rx_bufs, rx_buf_copy, 1); in copy_bufs_and_transceive()