Searched refs:checkTime (Results 1 – 2 of 2) sorted by relevance
47 otgKhciInstance->checkTime++; in _USB_OtgKhciCheckSrp()49 if (otgKhciInstance->checkTime >= USB_OTG_TIME_SRP_TIME_OUT) in _USB_OtgKhciCheckSrp()51 otgKhciInstance->checkTime = 0U; in _USB_OtgKhciCheckSrp()67 otgKhciInstance->checkTime = 0; in _USB_OtgKhciCheckSrp()84 if ((otgKhciInstance->checkTime >= USB_OTG_TIME_B_DATA_PLS_MIN) && in _USB_OtgKhciCheckSrp()85 (otgKhciInstance->checkTime <= USB_OTG_TIME_B_DATA_PLS_MAX)) in _USB_OtgKhciCheckSrp()87 otgKhciInstance->checkTime = 0U; in _USB_OtgKhciCheckSrp()217 otgKhciInstance->checkTime = USB_OTG_TIME_CHECK_BHNP_PERIODIC; in _USB_OtgKhciRequestState()237 otgKhciInstance->checkTime = 0; in _USB_OtgKhciRequestState()244 otgKhciInstance->checkTime = USB_OTG_TIME_CHECK_BHNP_PERIODIC; in _USB_OtgKhciRequestState()[all …]
72 …volatile uint16_t checkTime; /*!< use to check the status, please referenct to #usb_otg_check_type… member