Searched refs:kLPSPI_Busy (Results 1 – 4 of 4) sorted by relevance
212 if (handle->state == (uint8_t)kLPSPI_Busy) in LPSPI_MasterTransferPrepareEDMALite()297 if (handle->state == (uint8_t)kLPSPI_Busy) in LPSPI_MasterTransferEDMALite()322 handle->state = (uint8_t)kLPSPI_Busy; in LPSPI_MasterTransferEDMALite()695 if (handle->state != (uint8_t)kLPSPI_Busy) in LPSPI_MasterTransferGetCountEDMA()781 if (handle->state == (uint8_t)kLPSPI_Busy) in LPSPI_SlaveTransferEDMA()814 handle->state = (uint8_t)kLPSPI_Busy; in LPSPI_SlaveTransferEDMA()1149 if (handle->state != (uint8_t)kLPSPI_Busy) in LPSPI_SlaveTransferGetCountEDMA()
1305 if (handle->state == (uint8_t)kLPSPI_Busy)1331 handle->state = (uint8_t)kLPSPI_Busy;1591 if (handle->state != (uint8_t)kLPSPI_Busy)1822 if (handle->state == (uint8_t)kLPSPI_Busy)1847 handle->state = (uint8_t)kLPSPI_Busy;2037 if (handle->state != (uint8_t)kLPSPI_Busy)
256 kLPSPI_Busy, /*!< Transfer queue is not finished. */ enumerator
859 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->masterHandle.state) ? (1U) : (0U); in LPSPI_EdmaGetStatus()864 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->slaveHandle.state) ? (1U) : (0U); in LPSPI_EdmaGetStatus()1254 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->masterHandle.state) ? (1U) : (0U); in LPSPI_InterruptGetStatus()1259 stat.busy = ((uint8_t)kLPSPI_Busy == lpspi->handle->slaveHandle.state) ? (1U) : (0U); in LPSPI_InterruptGetStatus()