Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpspi.h755 static inline void LPSPI_FlushFifo(LPSPI_Type *base, bool flushTxFifo, bool flushRxFifo) in LPSPI_FlushFifo() argument
757 …base->CR |= ((uint32_t)flushTxFifo << LPSPI_CR_RTF_SHIFT) | ((uint32_t)flushRxFifo << LPSPI_CR_RRF… in LPSPI_FlushFifo()
Dfsl_dspi.h766 static inline void DSPI_FlushFifo(SPI_Type *base, bool flushTxFifo, bool flushRxFifo) in DSPI_FlushFifo() argument
769 …SPI_MCR_CLR_TXF((true == flushTxFifo ? 1U : 0U)) | SPI_MCR_CLR_RXF((true == flushRxFifo ? 1U : 0U)… in DSPI_FlushFifo()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpspi.h791 static inline void LPSPI_FlushFifo(LPSPI_Type *base, bool flushTxFifo, bool flushRxFifo) in LPSPI_FlushFifo() argument
793 …base->CR |= ((uint32_t)flushTxFifo << LPSPI_CR_RTF_SHIFT) | ((uint32_t)flushRxFifo << LPSPI_CR_RRF… in LPSPI_FlushFifo()