Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_handlers.c75 struct spi_buf_set tx_bufs_copy; in z_vrfy_spi_transceive() local
88 memcpy(&tx_bufs_copy, tx, sizeof(tx_bufs_copy)); in z_vrfy_spi_transceive()
89 K_OOPS(K_SYSCALL_VERIFY(tx_bufs_copy.count < 32)); in z_vrfy_spi_transceive()
91 memset(&tx_bufs_copy, 0, sizeof(tx_bufs_copy)); in z_vrfy_spi_transceive()
114 &tx_bufs_copy, in z_vrfy_spi_transceive()