Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi.c700 while (LPSPI_GetRxFifoCount(base)) in LPSPI_MasterTransferBlocking()
729 while (LPSPI_GetRxFifoCount(base)) in LPSPI_MasterTransferBlocking()
1026 while ((LPSPI_GetRxFifoCount(base)) && (handle->rxRemainingByteCount)) in LPSPI_MasterTransferHandleIRQ()
1381 while (LPSPI_GetRxFifoCount(base)) in LPSPI_SlaveTransferHandleIRQ()
Dfsl_lpspi_edma.c525 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0) in EDMA_LpspiMasterCallback()
946 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0) in EDMA_LpspiSlaveCallback()
Dfsl_lpspi.h554 static inline uint32_t LPSPI_GetRxFifoCount(LPSPI_Type *base) in LPSPI_GetRxFifoCount() function