Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c382 if (cfg->fifo_enabled) { in spi_stm32_shift_m()
485 if (cfg->fifo_enabled) { in spi_stm32_complete()
514 if (cfg->fifo_enabled) { in spi_stm32_complete()
544 if (cfg->fifo_enabled) { in spi_stm32_isr()
814 if (cfg->fifo_enabled && SPI_OP_MODE_GET(config->operation) == SPI_OP_MODE_MASTER) { in transceive()
856 if (cfg->fifo_enabled) { in transceive()
1375 .fifo_enabled = SPI_FIFO_ENABLED(id), \
Dspi_ll_stm32.h37 bool fifo_enabled; member