Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/hub/
A Dusb_hub.h134 uint8_t bPwrOn2PwrGood; member
148 uint8_t bPwrOn2PwrGood; member
A Dusbh_hub.c187 USB_LOG_DBG("bPwrOn2PwrGood: 0x%02x \r\n", desc->bPwrOn2PwrGood); in parse_hub_descriptor()
211 USB_LOG_DBG("bPwrOn2PwrGood: 0x%02x \r\n", desc->bPwrOn2PwrGood); in parse_hub_ss_descriptor()
362 hub->powerdelay = hub->hub_ss_desc.bPwrOn2PwrGood * 2; in usbh_hub_connect()
372 hub->powerdelay = hub->hub_desc.bPwrOn2PwrGood * 2; in usbh_hub_connect()

Completed in 4 milliseconds