Searched refs:isBusy (Results 1 – 4 of 4) sorted by relevance
193 if (handle->isBusy) in LPI2C_MasterTransferEDMA()206 handle->isBusy = true; in LPI2C_MasterTransferEDMA()354 if (!handle->isBusy) in LPI2C_MasterTransferGetCountEDMA()386 if (!handle->isBusy) in LPI2C_MasterTransferAbortEDMA()405 handle->isBusy = false; in LPI2C_MasterTransferAbortEDMA()430 handle->isBusy = false; in LPI2C_MasterEDMACallback()
1341 if (handle->isBusy) in LPI2C_SlaveTransferNonBlocking()1360 handle->isBusy = true; in LPI2C_SlaveTransferNonBlocking()1387 if (!handle->isBusy) in LPI2C_SlaveTransferGetCount()1404 if (handle->isBusy) in LPI2C_SlaveTransferAbort()1416 handle->isBusy = false; in LPI2C_SlaveTransferAbort()1457 handle->isBusy = false; in LPI2C_SlaveTransferHandleIRQ()
49 bool isBusy; /*!< Transfer state machine current state. */ member
388 bool isBusy; /*!< Whether transfer is busy. */ member