Home
last modified time | relevance | path

Searched refs:usbh_hub_set_feature (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.h17 int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature);
A Dusbh_hub.c237 int usbh_hub_set_feature(struct usbh_hub *hub, uint8_t port, uint8_t feature) in usbh_hub_set_feature() function
396 ret = usbh_hub_set_feature(hub, port + 1, HUB_PORT_FEATURE_POWER); in usbh_hub_connect()
563 ret = usbh_hub_set_feature(hub, port + 1, HUB_PORT_FEATURE_RESET); in usbh_hub_events()

Completed in 5 milliseconds