Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/spi/
Dspi_context.h251 static inline void *spi_context_get_next_buf(const struct spi_buf **current, in spi_context_get_next_buf() function
281 spi_context_get_next_buf(&ctx->current_tx, &ctx->tx_count, in spi_context_buffers_setup()
287 spi_context_get_next_buf(&ctx->current_rx, &ctx->rx_count, in spi_context_buffers_setup()
321 spi_context_get_next_buf(&ctx->current_tx, in spi_context_update_tx()
368 spi_context_get_next_buf(&ctx->current_rx, in spi_context_update_rx()