Searched refs:bssendsrpCheck (Results 1 – 2 of 2) sorted by relevance
266 if (otgKhciInstance->bssendsrpCheck > USB_OTG_TIME_B_SSEND_SRP) in _USB_OtgKhciRequestState()661 if (otgKhciInstance->bssendsrpCheck <= USB_OTG_TIME_B_SSEND_SRP) in USB_OtgKhciIsrFunction()674 otgKhciInstance->bssendsrpCheck++; in USB_OtgKhciIsrFunction()675 if (otgKhciInstance->bssendsrpCheck > USB_OTG_TIME_B_SSEND_SRP) in USB_OtgKhciIsrFunction()683 otgKhciInstance->bssendsrpCheck = 0; /* stop check */ in USB_OtgKhciIsrFunction()
70 volatile uint16_t bssendsrpCheck; /*!< use to check b_ssend_srp */ member