Home
last modified time | relevance | path

Searched refs:isPcsContinuous (Results 1 – 4 of 4) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpspi_edma.c228 handle->isPcsContinuous = (bool)(transfer->configFlags & kLPSPI_MasterPcsContinuous); in LPSPI_MasterTransferEDMA()
246 …LPSPI_TCR_CONT(handle->isPcsContinuous) | LPSPI_TCR_CONTC(0U) | LPSPI_TCR_BYSW(handle->isByteSwap)… in LPSPI_MasterTransferEDMA()
400 if (handle->isPcsContinuous) in LPSPI_MasterTransferEDMA()
410 if (handle->isPcsContinuous) in LPSPI_MasterTransferEDMA()
487 else if (handle->isPcsContinuous) in LPSPI_MasterTransferEDMA()
Dfsl_lpspi.c644 bool isPcsContinuous = (bool)(transfer->configFlags & kLPSPI_MasterPcsContinuous); in LPSPI_MasterTransferBlocking() local
662 …LPSPI_TCR_CONT(isPcsContinuous) | LPSPI_TCR_CONTC(0) | LPSPI_TCR_RXMSK(isRxMask) | LPSPI_TCR_PCS(w… in LPSPI_MasterTransferBlocking()
801 handle->isPcsContinuous = (bool)(transfer->configFlags & kLPSPI_MasterPcsContinuous); in LPSPI_MasterTransferNonBlocking()
839 LPSPI_TCR_CONT(handle->isPcsContinuous) | LPSPI_TCR_CONTC(0) | LPSPI_TCR_RXMSK(isRxMask) | in LPSPI_MasterTransferNonBlocking()
930 if (handle->isPcsContinuous) in LPSPI_MasterTransferFillUpTxFifo()
1075 if ((handle->isPcsContinuous) && (handle->writeTcrInIsr)) in LPSPI_MasterTransferHandleIRQ()
Dfsl_lpspi_edma.h61 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */ member
Dfsl_lpspi.h348 volatile bool isPcsContinuous; /*!< Is PCS continuous in transfer. */ member