Searched refs:edpt_complete (Results 1 – 2 of 2) sorted by relevance
327 uint32_t const edpt_complete = usb_device_get_edpt_complete_status(handle); in USBD_IRQHandler() local330 if (edpt_complete) { in USBD_IRQHandler()331 usb_device_clear_edpt_complete_status(handle, edpt_complete); in USBD_IRQHandler()333 if (edpt_complete & (1 << ep_idx2bit(ep_idx))) { in USBD_IRQHandler()
679 uint32_t const edpt_complete = USB_OTG_DEV->ENDPTCOMPLETE; in USBD_IRQHandler() local682 if (edpt_complete) { in USBD_IRQHandler()683 USB_OTG_DEV->ENDPTCOMPLETE = edpt_complete; in USBD_IRQHandler()685 if (edpt_complete & (1 << ep_idx2bit(ep_idx))) { in USBD_IRQHandler()
Completed in 6 milliseconds