Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h65 #define USB_HOST_OHCI_INTERRUPT_STATUS_RHSC_MASK (0x40U) macro
Dusb_host_ohci.c2780 …if (0U != (interruptStatus & USB_HOST_OHCI_INTERRUPT_STATUS_RHSC_MASK)) /* port change detect inte… in USB_HostOhciIsrFunction()