Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c953 static bool spi_buf_set_in_nocache(const struct spi_buf_set *bufs) in spi_buf_set_in_nocache() function
990 if ((tx_bufs != NULL && !spi_buf_set_in_nocache(tx_bufs)) || in transceive_dma()
991 (rx_bufs != NULL && !spi_buf_set_in_nocache(rx_bufs))) { in transceive_dma()