Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h47 #define HUB_PORT_FEATURE_LOWSPEED (0x09) /* USB 2.0 only */ macro
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c481 status |= (1 << HUB_PORT_FEATURE_LOWSPEED); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c692 status |= (1 << HUB_PORT_FEATURE_LOWSPEED); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c1166 status |= (1 << HUB_PORT_FEATURE_LOWSPEED); in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c964 status |= (1 << HUB_PORT_FEATURE_LOWSPEED); in usbh_roothub_control()

Completed in 19 milliseconds