Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h71 #define HUB_PORT_STATUS_CONNECTION (1 << 0) macro
A Dusbh_hub.c538 ((portstatus & HUB_PORT_STATUS_CONNECTION) == connection)) { in usbh_hub_events()
545 connection = portstatus & HUB_PORT_STATUS_CONNECTION; in usbh_hub_events()
562 if (portstatus & HUB_PORT_STATUS_CONNECTION) { in usbh_hub_events()

Completed in 4 milliseconds