Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_sedi.c101 uint32_t transfer_bytes = 0; in transceive() local
162 transfer_bytes = ctx->rx_len; in transceive()
163 spi->tx_dummy_len -= transfer_bytes; in transceive()
168 transfer_bytes = ctx->tx_len; in transceive()
169 spi->rx_dummy_len -= transfer_bytes; in transceive()
174 transfer_bytes = ctx->tx_len; in transceive()
182 transfer_bytes = ctx->rx_len; in transceive()
190 transfer_bytes = ctx->tx_len; in transceive()
196 transfer_bytes); in transceive()