Home
last modified time | relevance | path

Searched refs:bssendsrpCheck (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c266 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()
Dusb_otg_khci.h70 volatile uint16_t bssendsrpCheck; /*!< use to check b_ssend_srp */ member