Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_handler.c126 … if ((ehci_register & EHCI_HC_STS_USB_INT) || (ehci_register & EHCI_HC_STS_USB_ERR_INT)) in _ux_hcd_ehci_interrupt_handler()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h139 #define EHCI_HC_STS_USB_INT 0x00000001u macro
150 #define EHCI_HC_INTERRUPT_ENABLE_NORMAL (EHCI_HC_STS_USB_INT|EHCI_HC_STS_USB_ER…