Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_handlers.c76 struct spi_buf_set rx_bufs_copy; in z_vrfy_spi_transceive() local
100 memcpy(&rx_bufs_copy, rx, sizeof(rx_bufs_copy)); in z_vrfy_spi_transceive()
101 K_OOPS(K_SYSCALL_VERIFY(rx_bufs_copy.count < 32)); in z_vrfy_spi_transceive()
103 memset(&rx_bufs_copy, 0, sizeof(rx_bufs_copy)); in z_vrfy_spi_transceive()
115 &rx_bufs_copy); in z_vrfy_spi_transceive()