Searched refs:kLPSPI_Busy (Results 1 – 3 of 3) sorted by relevance
181 if (handle->state == kLPSPI_Busy) in LPSPI_MasterTransferEDMA()186 handle->state = kLPSPI_Busy; in LPSPI_MasterTransferEDMA()570 if (handle->state != kLPSPI_Busy) in LPSPI_MasterTransferGetCountEDMA()635 if (handle->state == kLPSPI_Busy) in LPSPI_SlaveTransferEDMA()640 handle->state = kLPSPI_Busy; in LPSPI_SlaveTransferEDMA()991 if (handle->state != kLPSPI_Busy) in LPSPI_SlaveTransferGetCountEDMA()
771 if (handle->state == kLPSPI_Busy) in LPSPI_MasterTransferNonBlocking()776 handle->state = kLPSPI_Busy; in LPSPI_MasterTransferNonBlocking()974 if (handle->state != kLPSPI_Busy) in LPSPI_MasterTransferGetCount()1141 if (handle->state == kLPSPI_Busy) in LPSPI_SlaveTransferNonBlocking()1145 handle->state = kLPSPI_Busy; in LPSPI_SlaveTransferNonBlocking()1334 if (handle->state != kLPSPI_Busy) in LPSPI_SlaveTransferGetCount()
247 kLPSPI_Busy, /*!< Transfer queue is not finished. */ enumerator