Home
last modified time | relevance | path

Searched refs:dtd (Results 1 – 5 of 5) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c171 ehciState->dtdFree = ehciState->dtd; in USB_DeviceEhciSetDefaultState()
908 usb_device_ehci_dtd_struct_t *dtd; in USB_DeviceEhciTransfer() local
967 dtd = ehciState->dtdFree; in USB_DeviceEhciTransfer()
975 dtdHard = dtd; in USB_DeviceEhciTransfer()
980 dtd->dtdTokenUnion.dtdToken = 0U; in USB_DeviceEhciTransfer()
983 dtd->bufferPointerPage[1] = in USB_DeviceEhciTransfer()
985 dtd->bufferPointerPage[2] = dtd->bufferPointerPage[1] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()
986 dtd->bufferPointerPage[3] = dtd->bufferPointerPage[2] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()
987 dtd->bufferPointerPage[4] = dtd->bufferPointerPage[3] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()
1014 ehciState->dtdTail[index] = dtd; in USB_DeviceEhciTransfer()
[all …]
A Dusb_device_ehci.h69 usb_device_ehci_dtd_struct_t *dtd; /*!< The DTD structure base address */ member
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c168 ehciState->dtdFree = ehciState->dtd; in USB_DeviceEhciSetDefaultState()
901 usb_device_ehci_dtd_struct_t *dtd; in USB_DeviceEhciTransfer() local
958 dtd = ehciState->dtdFree; in USB_DeviceEhciTransfer()
966 dtdHard = dtd; in USB_DeviceEhciTransfer()
971 dtd->dtdTokenUnion.dtdToken = 0U; in USB_DeviceEhciTransfer()
973 dtd->bufferPointerPage[1] = in USB_DeviceEhciTransfer()
975 dtd->bufferPointerPage[2] = dtd->bufferPointerPage[1] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()
976 dtd->bufferPointerPage[3] = dtd->bufferPointerPage[2] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()
977 dtd->bufferPointerPage[4] = dtd->bufferPointerPage[3] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK; in USB_DeviceEhciTransfer()
1004 ehciState->dtdTail[index] = dtd; in USB_DeviceEhciTransfer()
[all …]
A Dusb_device_ehci.h69 usb_device_ehci_dtd_struct_t *dtd; /*!< The DTD structure base address */ member
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md497 - middleware: cherryusb/usbx: fix dtd return problem
595 - components: usb: device: add dtd chain transfer

Completed in 21 milliseconds