Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h204 #define USB_HOST_OHCI_ED_HEADP_HALT_MASK (0x00000001U) /*!< Stopped bit */ macro
Dusb_host_ohci.c1018 pipe->ed->HeadP &= ~USB_HOST_OHCI_ED_HEADP_HALT_MASK; in USB_HostOhciTdDoneHandle()