Searched refs:epint (Results 1 – 1 of 1) sorted by relevance
306 uint32_t i = 0, ep_intr = 0, epint = 0, epnum = 0; in HAL_PCD_IRQHandler() local330 epint = USB_ReadDevOutEPInterrupt(hpcd->Instance, epnum); in HAL_PCD_IRQHandler()332 if (( epint & USB_OTG_DOEPINT_XFRC) == USB_OTG_DOEPINT_XFRC) { in HAL_PCD_IRQHandler()349 if (( epint & USB_OTG_DOEPINT_STUP) == USB_OTG_DOEPINT_STUP) { in HAL_PCD_IRQHandler()372 epint = USB_ReadDevInEPInterrupt(hpcd->Instance, epnum); in HAL_PCD_IRQHandler()374 if (( epint & USB_OTG_DIEPINT_XFRC) == USB_OTG_DIEPINT_XFRC) { in HAL_PCD_IRQHandler()394 if (( epint & USB_OTG_DIEPINT_TOC) == USB_OTG_DIEPINT_TOC) { in HAL_PCD_IRQHandler()397 if (( epint & USB_OTG_DIEPINT_ITTXFE) == USB_OTG_DIEPINT_ITTXFE) { in HAL_PCD_IRQHandler()400 if (( epint & USB_OTG_DIEPINT_INEPNE) == USB_OTG_DIEPINT_INEPNE) { in HAL_PCD_IRQHandler()403 if (( epint & USB_OTG_DIEPINT_EPDISD) == USB_OTG_DIEPINT_EPDISD) { in HAL_PCD_IRQHandler()[all …]
Completed in 3 milliseconds