Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h318 volatile uint32_t usbintr; /* 0x08: USB Interrupt Enable */ member
A Dusb_hc_ehci.c860 EHCI_HCOR->usbintr = 0; in usb_hc_init()
931 …EHCI_HCOR->usbintr = EHCI_USBIE_INT | EHCI_USBIE_ERR | EHCI_USBIE_PCD | EHCI_USBIE_FATAL | EHCI_US… in usb_hc_init()
942 EHCI_HCOR->usbintr = 0; in usb_hc_deinit()
1404 usbsts = EHCI_HCOR->usbsts & EHCI_HCOR->usbintr; in USBH_IRQHandler()

Completed in 10 milliseconds