Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_opentitan.c185 size_t rx_bytes_to_read = spi_context_rx_buf_on(ctx) ? ctx->rx_len : 0; in spi_opentitan_xfer() local
188 while (rx_bytes_to_read > 0) { in spi_opentitan_xfer()
195 if (rx_bytes_to_read == 0) { in spi_opentitan_xfer()
200 rx_bytes_to_read--; in spi_opentitan_xfer()