Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_mcux_lpspi.c50 #define LPSPI_DMA_ERROR_FLAG BIT(0) macro
277 data->status_flags |= LPSPI_DMA_ERROR_FLAG; in spi_mcux_dma_callback()
363 } else if (data->status_flags & LPSPI_DMA_ERROR_FLAG) { in wait_dma_rx_tx_done()