Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_sam0.c243 const uint8_t *txend = (uint8_t *)tx_buf->buf + tx_buf->len; in spi_sam0_fast_txrx() local
251 while (tx != txend) { in spi_sam0_fast_txrx()
Dspi_sam.c235 const uint8_t *txend = tx_buf + len; in spi_sam_fast_txrx() local
257 while (tx != txend) { in spi_sam_fast_txrx()