Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h61 #define USB_HOST_OHCI_INTERRUPT_STATUS_SF_MASK (0x04U) macro
Dusb_host_ohci.c2740 if (0U != (interruptStatus & USB_HOST_OHCI_INTERRUPT_STATUS_SF_MASK)) /* SOF interrupt */ in USB_HostOhciIsrFunction()