Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ohci.h210 #define USB_HOST_OHCI_GTD_DP_OUT (1U) macro
Dusb_host_ohci.c1621 …dirPid = (tr->direction == USB_OUT) ? USB_HOST_OHCI_GTD_DP_OUT : USB_HOST_OHCI_GTD_DP… in USB_HostOhciLinkGtdControlTr()
1641 … statePid = (tr->direction == USB_OUT) ? USB_HOST_OHCI_GTD_DP_IN : USB_HOST_OHCI_GTD_DP_OUT; in USB_HostOhciLinkGtdControlTr()
1746 …dirPid = (tr->direction == USB_OUT) ? USB_HOST_OHCI_GTD_DP_OUT : USB_HOST_OHCI_GTD_DP… in USB_HostOhciLinkGtdTr()