Lines Matching refs:checkTime
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()
260 otgKhciInstance->checkTime = 0; in _USB_OtgKhciRequestState()
276 otgKhciInstance->checkTime = USB_OTG_TIME_A_BCON_LDB; in _USB_OtgKhciRequestState()
280 otgKhciInstance->checkTime = USB_OTG_TIME_A_BCON_SDB; in _USB_OtgKhciRequestState()
289 otgKhciInstance->checkTime = USB_OTG_TIME_CHECK_DETACH; in _USB_OtgKhciRequestState()
296 otgKhciInstance->checkTime = USB_OTG_TIME_CHECK_DETACH; in _USB_OtgKhciRequestState()
584 …0U != otgKhciInstance->se0State) && (otgKhciInstance->lineStableTime > otgKhciInstance->checkTime)) in USB_OtgKhciIsrFunction()
608 if (otgKhciInstance->lineStableTime >= otgKhciInstance->checkTime) in USB_OtgKhciIsrFunction()
639 otgKhciInstance->checkTime--; in USB_OtgKhciIsrFunction()
640 if (otgKhciInstance->checkTime == 0U) in USB_OtgKhciIsrFunction()
642 otgKhciInstance->checkTime = USB_OTG_TIME_CHECK_BHNP_PERIODIC; in USB_OtgKhciIsrFunction()