Searched refs:resetCount (Results 1 – 2 of 2) sorted by relevance
315 hubInstance->portList[tmp].resetCount = USB_HOST_HUB_PORT_RESET_TIMES; in USB_HostHubProcess()453 if (portInstance->resetCount > 0U) in USB_HostHubProcessPortAttach()455 portInstance->resetCount--; in USB_HostHubProcessPortAttach()521 if (portInstance->resetCount > 0U) in USB_HostHubProcessPortAttach()523 portInstance->resetCount--; in USB_HostHubProcessPortAttach()551 if (portInstance->resetCount == 0U) in USB_HostHubProcessPortAttach()604 portInstance->resetCount = USB_HOST_HUB_PORT_RESET_TIMES; in USB_HostHubProcessPortAttach()617 portInstance->resetCount = USB_HOST_HUB_PORT_RESET_TIMES; in USB_HostHubProcessPortAttach()
89 uint8_t resetCount; /*!< Port reset time*/ member