Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.h159 extern usb_status_t USB_HostHubInit(usb_device_handle deviceHandle, usb_host_class_handle *classHan…
Dusb_host_hub.c173 usb_status_t USB_HostHubInit(usb_device_handle deviceHandle, usb_host_class_handle *classHandle) in USB_HostHubInit() function
Dusb_host_hub_app.c1248 status = USB_HostHubInit(s_HubDeviceHandle, &hubClassHandle); in USB_HostHubDeviceEvent()