Searched refs:USB_HostOhciFillGtd (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_ohci.c | 1536 static void USB_HostOhciFillGtd(usb_host_ohci_pipe_struct_t *pipe, in USB_HostOhciFillGtd() function 1596 …USB_HostOhciFillGtd(pipe, tr, p, (uint8_t *)tr->setupPacket, 8U, USB_HOST_OHCI_GTD_DP_SETUP, 0x02U… in USB_HostOhciLinkGtdControlTr() 1622 …USB_HostOhciFillGtd(pipe, tr, p, (uint8_t *)tr->transferBuffer, tr->transferLength, dirPid, 0x03U,… in USB_HostOhciLinkGtdControlTr() 1647 USB_HostOhciFillGtd(pipe, tr, p, NULL, 0U, statePid, 0x03, 1U); in USB_HostOhciLinkGtdControlTr() 1765 USB_HostOhciFillGtd(pipe, tr, p, (uint8_t *)bufferAddress, tdLength, dirPid, 0x00U, 0U); in USB_HostOhciLinkGtdTr() 1771 USB_HostOhciFillGtd(pipe, tr, p, (uint8_t *)bufferAddress, tdLength, dirPid, 0x00U, 1U); in USB_HostOhciLinkGtdTr() 1778 USB_HostOhciFillGtd(pipe, tr, p, NULL, 0U, dirPid, 0x00U, 1U); in USB_HostOhciLinkGtdTr()
|