Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/fsdev/
A Dusb_dc_fsdev.c330 uint16_t wIstr, wEPVal; in USBD_IRQHandler() local
370 wEPVal = PCD_GET_ENDPOINT(USB, ep_idx); in USBD_IRQHandler()
372 if ((wEPVal & USB_EP_SETUP) != 0U) { in USBD_IRQHandler()
380 } else if ((wEPVal & USB_EP_CTR_RX) != 0U) { in USBD_IRQHandler()
400 wEPVal = PCD_GET_ENDPOINT(USB, ep_idx); in USBD_IRQHandler()
402 if ((wEPVal & USB_EP_CTR_RX) != 0U) { in USBD_IRQHandler()
418 if ((wEPVal & USB_EP_CTR_TX) != 0U) { in USBD_IRQHandler()

Completed in 8 milliseconds