Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c161 ehciState->dtdFree = ehciState->dtd; in USB_DeviceEhciSetDefaultState()
165 p->nextDtdPointer = (uint32_t)&ehciState->dtd[i]; in USB_DeviceEhciSetDefaultState()
1059 usb_device_ehci_dtd_struct_t *dtd;
1128 dtd = ehciState->dtdFree;
1130 ehciState->dtdFree = (usb_device_ehci_dtd_struct_t *)dtd->nextDtdPointer;
1136 dtdHard = dtd;
1140 dtd->nextDtdPointer = USB_DEVICE_ECHI_DTD_TERMINATE_MASK;
1141 dtd->dtdTokenUnion.dtdToken = 0U;
1143 dtd->bufferPointerPage[0] = (uint32_t)USB_DEV_MEMORY_CPU_2_DMA((buffer + currentIndex));
1145 dtd->bufferPointerPage[0] = (uint32_t)(buffer + currentIndex);
[all …]
Dusb_device_ehci.h158 usb_device_ehci_dtd_struct_t *dtd; /*!< The DTD structure base address */ member