Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_spi.c139 handle->rxRemainingBytes -= handle->bytePerFrame; in FLEXIO_SPI_TransferReceiveTransaction()
727 handle->rxRemainingBytes = xfer->dataSize; in FLEXIO_SPI_MasterTransferNonBlocking()
783 *count = handle->transferSize - handle->rxRemainingBytes; in FLEXIO_SPI_MasterTransferGetCount()
804 handle->rxRemainingBytes = 0; in FLEXIO_SPI_MasterTransferAbort()
825 if ((status & kFLEXIO_SPI_RxBufferFullFlag) && (handle->rxRemainingBytes)) in FLEXIO_SPI_MasterTransferHandleIRQ()
837 if ((handle->txRemainingBytes == 0U) && (handle->rxRemainingBytes == 0U)) in FLEXIO_SPI_MasterTransferHandleIRQ()
929 handle->rxRemainingBytes = xfer->dataSize; in FLEXIO_SPI_SlaveTransferNonBlocking()
964 if ((status & kFLEXIO_SPI_RxBufferFullFlag) && (handle->rxRemainingBytes)) in FLEXIO_SPI_SlaveTransferHandleIRQ()
970 if ((handle->txRemainingBytes == 0U) && (handle->rxRemainingBytes == 0U)) in FLEXIO_SPI_SlaveTransferHandleIRQ()
Dfsl_flexio_spi.h170 volatile size_t rxRemainingBytes; /*!< Receive data remaining in bytes. */ member