Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host.h45 kUSB_HostEventAttach = 1U, /*!< Device is attached */ enumerator
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()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c1182 case kUSB_HostEventAttach: in USB_HostHubDeviceEvent()