Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.h823 static inline void LPSPI_FlushFifo(LPSPI_Type *base, bool flushTxFifo, bool flushRxFifo) in LPSPI_FlushFifo() argument
832 (void)flushRxFifo; in LPSPI_FlushFifo()
857 …base->CR |= ((uint32_t)flushTxFifo << LPSPI_CR_RTF_SHIFT) | ((uint32_t)flushRxFifo << LPSPI_CR_RRF… in LPSPI_FlushFifo()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi.h810 static inline void LPSPI_FlushFifo(LPSPI_Type *base, bool flushTxFifo, bool flushRxFifo) in LPSPI_FlushFifo() argument
812 …base->CR |= ((uint32_t)flushTxFifo << LPSPI_CR_RTF_SHIFT) | ((uint32_t)flushRxFifo << LPSPI_CR_RRF… in LPSPI_FlushFifo()
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi.h797 static inline void DSPI_FlushFifo(SPI_Type *base, bool flushTxFifo, bool flushRxFifo) in DSPI_FlushFifo() argument
800 …PI_MCR_CLR_TXF((true == flushTxFifo ? 1U : 0U)) | SPI_MCR_CLR_RXF((true == flushRxFifo ? 1U : 0U)); in DSPI_FlushFifo()