Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c_edma.c193 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()
Dfsl_lpi2c.c1341 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()
Dfsl_lpi2c_edma.h49 bool isBusy; /*!< Transfer state machine current state. */ member
Dfsl_lpi2c.h388 bool isBusy; /*!< Whether transfer is busy. */ member