Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c466 uint16_t portchange; in usbh_hub_events() local
498 portchange = port_status.wPortChange; in usbh_hub_events()
505 while (portchange) { in usbh_hub_events()
506 if (portchange & mask) { in usbh_hub_events()
512 portchange &= (~mask); in usbh_hub_events()
518 portchange = port_status.wPortChange; in usbh_hub_events()
521 if (portchange & HUB_PORT_STATUS_C_CONNECTION) { in usbh_hub_events()
533 portchange = port_status.wPortChange; in usbh_hub_events()
548 if (portchange & HUB_PORT_STATUS_C_CONNECTION) { in usbh_hub_events()
578 portchange = port_status.wPortChange; in usbh_hub_events()
[all …]

Completed in 4 milliseconds