Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c538 … uint32_t bufferAddress = (uint32_t)USB_DEV_MEMORY_DMA_2_CPU(currentDtd->bufferPointerPage[0]); in USB_DeviceEhciCancelControlPipe()
540 uint32_t bufferAddress = currentDtd->bufferPointerPage[0]; in USB_DeviceEhciCancelControlPipe()
766 … (uint8_t *)((currentDtd->bufferPointerPage[0] & USB_DEVICE_ECHI_DTD_PAGE_MASK) | in USB_DeviceEhciInterruptTokenDone()
1143 dtd->bufferPointerPage[0] = (uint32_t)USB_DEV_MEMORY_CPU_2_DMA((buffer + currentIndex));
1145 dtd->bufferPointerPage[0] = (uint32_t)(buffer + currentIndex);
1147 dtd->bufferPointerPage[1] =
1148 … (dtd->bufferPointerPage[0] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK) & USB_DEVICE_ECHI_DTD_PAGE_MASK;
1149 dtd->bufferPointerPage[2] = dtd->bufferPointerPage[1] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK;
1150 dtd->bufferPointerPage[3] = dtd->bufferPointerPage[2] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK;
1151 dtd->bufferPointerPage[4] = dtd->bufferPointerPage[3] + USB_DEVICE_ECHI_DTD_PAGE_BLOCK;
[all …]
Dusb_device_ehci.h92 volatile uint32_t bufferPointerPage[5]; member
126 volatile uint32_t bufferPointerPage[5]; member