Home
last modified time | relevance | path

Searched refs:kUSB_HostEventAttach (Results 1 – 5 of 5) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host.h67 kUSB_HostEventAttach = 1U, /*!< Device is attached */ enumerator
A Dusb_host_devices.c484 status = USB_HostNotifyDevice(deviceInstance, kUSB_HostEventAttach); in USB_HostProcessCallback()
561 else if (eventCode == kUSB_HostEventAttach) /* attach event */ in USB_HostNotifyDevice()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c359 case kUSB_HostEventAttach: in usb0_host_callback()
637 case kUSB_HostEventAttach: in usb1_host_callback()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host.h45 kUSB_HostEventAttach = 1U, /*!< Device is attached */ enumerator
A Dusb_host_devices.c535 … = USB_HostNotifyDevice(deviceInstance->hostHandle, deviceInstance, (uint32_t)kUSB_HostEventAttach, in USB_HostProcessCallback()
621 else if (eventCode == (uint32_t)kUSB_HostEventAttach) /* attach event */ in USB_HostNotifyDevice()

Completed in 13 milliseconds