Searched refs:checkType (Results 1 – 2 of 2) sorted by relevance
150 if (otgKhciInstance->checkType == (uint8_t)kOtg_CheckBHNP) in USB_OtgKhciParsePeripheralStatus()211 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNone; in _USB_OtgKhciRequestState()218 otgKhciInstance->checkType = (uint8_t)kOtg_CheckBHNP; in _USB_OtgKhciRequestState()238 otgKhciInstance->checkType = (uint8_t)kOtg_CheckSrp; in _USB_OtgKhciRequestState()245 otgKhciInstance->checkType = (uint8_t)kOtg_CheckBHNP; in _USB_OtgKhciRequestState()255 otgKhciInstance->checkType = (uint8_t)kOtg_CheckSuspend; in _USB_OtgKhciRequestState()261 otgKhciInstance->checkType = (uint8_t)kOtg_CheckSsendSe0Srp; /* check session invalid */ in _USB_OtgKhciRequestState()282 otgKhciInstance->checkType = (uint8_t)kOtg_CheckConn; in _USB_OtgKhciRequestState()290 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNonConn; in _USB_OtgKhciRequestState()297 otgKhciInstance->checkType = (uint8_t)kOtg_CheckNonConn; in _USB_OtgKhciRequestState()[all …]
73 …volatile uint8_t checkType; /*!< use to check the status, please referenct to #usb_otg_check_type… member