Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A 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()
A Dfsl_lpi2c_edma.h49 bool isBusy; /*!< Transfer state machine current state. */ member
A 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()
A Dfsl_lpi2c.h388 bool isBusy; /*!< Whether transfer is busy. */ member
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.c282 if (deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy) in USB_DeviceTransfer()
287 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 1U; in USB_DeviceTransfer()
316 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceTransfer()
408 handle->epCallback[count].isBusy = 0U; in USB_DeviceResetNotification()
723 handle->epCallback[0].isBusy = 0U; in USB_DeviceNotification()
724 handle->epCallback[1].isBusy = 0U; in USB_DeviceNotification()
728 handle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceNotification()
840 deviceHandle->epCallback[count].isBusy = 0U; in USB_DeviceInit()
1104 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceInitEndpoint()
1159 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceDeinitEndpoint()
A Dusb_device.h198 uint8_t isBusy; member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.c277 if (deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy) in USB_DeviceTransfer()
282 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 1U; in USB_DeviceTransfer()
311 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceTransfer()
403 handle->epCallback[count].isBusy = 0U; in USB_DeviceResetNotification()
718 handle->epCallback[0].isBusy = 0U; in USB_DeviceNotification()
719 handle->epCallback[1].isBusy = 0U; in USB_DeviceNotification()
723 handle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceNotification()
835 deviceHandle->epCallback[count].isBusy = 0U; in USB_DeviceInit()
1099 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceInitEndpoint()
1154 deviceHandle->epCallback[(uint8_t)((uint32_t)endpoint << 1U) | direction].isBusy = 0U; in USB_DeviceDeinitEndpoint()
A Dusb_device.h198 uint8_t isBusy; member
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_i2c.c1423 if (handle->isBusy) in I2C_SlaveTransferNonBlocking()
1436 handle->isBusy = true; in I2C_SlaveTransferNonBlocking()
1455 if (handle->isBusy) in I2C_SlaveTransferAbort()
1464 handle->isBusy = false; in I2C_SlaveTransferAbort()
1478 if (!handle->isBusy) in I2C_SlaveTransferGetCount()
1516 if (handle->isBusy) in I2C_SlaveTransferHandleIRQ()
1520 handle->isBusy = false; in I2C_SlaveTransferHandleIRQ()
1574 handle->isBusy = false; in I2C_SlaveTransferHandleIRQ()
1586 handle->isBusy = false; in I2C_SlaveTransferHandleIRQ()
1598 handle->isBusy = true; in I2C_SlaveTransferHandleIRQ()
[all …]
A Dfsl_i2c.h253 volatile bool isBusy; /*!< Indicates whether a transfer is busy. */ member
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbd.c143 ep_callback.isBusy = 0; in _ehci0_ep_enable()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_usbd.c153 ep_callback.isBusy = 0; in _ehci0_ep_enable()

Completed in 23 milliseconds