Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c648 LPSPI_FlushFifo(base, true, true); in LPSPI_MasterTransferBlocking()
824 LPSPI_FlushFifo(base, true, true); in LPSPI_MasterTransferNonBlocking()
1181 LPSPI_FlushFifo(base, true, true); in LPSPI_SlaveTransferNonBlocking()
Dfsl_lpspi_edma.c238 LPSPI_FlushFifo(base, true, true); in LPSPI_MasterTransferEDMA()
689 LPSPI_FlushFifo(base, true, true); in LPSPI_SlaveTransferEDMA()
Dfsl_lpspi.h730 static inline void LPSPI_FlushFifo(LPSPI_Type *base, bool flushTxFifo, bool flushRxFifo) in LPSPI_FlushFifo() function