Searched refs:bPwrOn2PwrGood (Results 1 – 2 of 2) sorted by relevance
134 uint8_t bPwrOn2PwrGood; member148 uint8_t bPwrOn2PwrGood; member
187 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