Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_devices.h47 kStatus_device_Detached = 0, /*!< Device is used by application */ enumerator
A Dusb_host_devices.c1234 …deviceInstance->deviceAttachState = (uint8_t)kStatus_device_Detached; /* mark the device is detach… in USB_HostDetachDeviceInternal()
1404 …if (deviceInstance->deviceAttachState == (uint8_t)kStatus_device_Detached) /* device is removed fr… in USB_HostCloseDeviceInterface()
1465 deviceInstance->deviceAttachState = (uint8_t)kStatus_device_Detached; in USB_HostRemoveDevice()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_devices.h69 kStatus_device_Detached = 0, /*!< Device is used by application */ enumerator
A Dusb_host_devices.c1141 …deviceInstance->deviceAttachState = kStatus_device_Detached; /* mark the device is detached from h… in USB_HostDetachDeviceInternal()
1309 …if (deviceInstance->deviceAttachState == kStatus_device_Detached) /* device is removed from host */ in USB_HostCloseDeviceInterface()
1370 deviceInstance->deviceAttachState = kStatus_device_Detached; in USB_HostRemoveDevice()

Completed in 9 milliseconds