Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_opentitan.c192 uint32_t rx_word = sys_read32(cfg->base + in spi_opentitan_xfer() local
198 *ctx->rx_buf = (rx_word >> (8 * byte)) & 0xff; in spi_opentitan_xfer()