Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c684 while (LPSPI_GetTxFifoCount(base) == fifoSize) in LPSPI_MasterTransferBlocking()
719 while ((LPSPI_GetTxFifoCount(base) == fifoSize)) in LPSPI_MasterTransferBlocking()
860 while (LPSPI_GetTxFifoCount(base) != 0) in LPSPI_MasterTransferNonBlocking()
899 while ((LPSPI_GetTxFifoCount(base) < (handle->fifoSize)) && in LPSPI_MasterTransferFillUpTxFifo()
933 if ((LPSPI_GetTxFifoCount(base) < (handle->fifoSize))) in LPSPI_MasterTransferFillUpTxFifo()
1073 if ((LPSPI_GetTxFifoCount(base) < (handle->fifoSize))) in LPSPI_MasterTransferHandleIRQ()
1225 while (LPSPI_GetTxFifoCount(base) != 0) in LPSPI_SlaveTransferNonBlocking()
1275 while (LPSPI_GetTxFifoCount(base) < (handle->fifoSize)) in LPSPI_SlaveTransferFillUpTxFifo()
1448 … if ((LPSPI_GetStatusFlags(base) & kLPSPI_FrameCompleteFlag) && (LPSPI_GetTxFifoCount(base) == 0)) in LPSPI_SlaveTransferHandleIRQ()
Dfsl_lpspi.h544 static inline uint32_t LPSPI_GetTxFifoCount(LPSPI_Type *base) in LPSPI_GetTxFifoCount() function