Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c328 uint32_t const edpt_setup_status = usb_device_get_setup_status(handle); in USBD_IRQHandler() local
372 if (edpt_setup_status) { in USBD_IRQHandler()
374 usb_device_clear_setup_status(handle, edpt_setup_status); in USBD_IRQHandler()
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c680 uint32_t edpt_setup_status = USB_OTG_DEV->ENDPTSETUPSTAT; in USBD_IRQHandler() local
722 if (edpt_setup_status) { in USBD_IRQHandler()
724 USB_OTG_DEV->ENDPTSETUPSTAT = edpt_setup_status; in USBD_IRQHandler()

Completed in 4 milliseconds