Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1976 uint8_t *bufferAddress; in USB_HostIp3516HsWriteControlPipe() local
2007 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2016 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2028 bufferAddress[i] = ((uint8_t *)tr->setupPacket)[i]; in USB_HostIp3516HsWriteControlPipe()
2036 … atl->dataUnion.dataBitField.DataStartAddress = ((uint32_t)(bufferAddress)) & 0x0000FFFFU; in USB_HostIp3516HsWriteControlPipe()
2052 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2057 bufferAddress[i] = tr->transferBuffer[tr->transferSofar + i]; in USB_HostIp3516HsWriteControlPipe()
2065 … atl->dataUnion.dataBitField.DataStartAddress = ((uint32_t)(bufferAddress)) & 0x0000FFFFU; in USB_HostIp3516HsWriteControlPipe()
2098bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex]… in USB_HostIp3516HsWriteControlPipe()
2104 … atl->dataUnion.dataBitField.DataStartAddress = ((uint32_t)(bufferAddress)) & 0x0000FFFFU; in USB_HostIp3516HsWriteControlPipe()
[all …]
Dusb_host_ohci.c1695 uint32_t bufferAddress = (uint32_t)tr->transferBuffer; in USB_HostOhciLinkGtdTr() local
1714 … tdLength = USB_HOST_OHCI_GTD_MAX_LENGTH - (bufferAddress & USB_HOST_OHCI_GTD_BUFFER_ALIGN_MASK); in USB_HostOhciLinkGtdTr()
1724 bufferAddress += tdLength; in USB_HostOhciLinkGtdTr()
1749 bufferAddress = (uint32_t)tr->transferBuffer; in USB_HostOhciLinkGtdTr()
1753 … tdLength = USB_HOST_OHCI_GTD_MAX_LENGTH - (bufferAddress & USB_HOST_OHCI_GTD_BUFFER_ALIGN_MASK); in USB_HostOhciLinkGtdTr()
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()
1773 bufferAddress += tdLength; in USB_HostOhciLinkGtdTr()
1837 uint32_t bufferAddress = (uint32_t)tr->transferBuffer; in USB_HostOhciLinkItdTr() local
1886 USB_HostOhciFillItd(pipe, tr, p, (uint8_t *)bufferAddress, tdLength, startFrame); in USB_HostOhciLinkItdTr()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/epdc/
Dfsl_epdc.h420bufferAddress; /*!< Address pointing to the update region which will be processed into the working… member
Dfsl_epdc.c365 …if ((((config->bufferAddress & 0x3FUL) != 0U) || ((updateBits & 0x3FUL) != 0U)) && (config->stride… in EPDC_UpdateDisplay()
/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() local
540 uint32_t bufferAddress = currentDtd->bufferPointerPage[0]; in USB_DeviceEhciCancelControlPipe()
542 message.buffer = (uint8_t *)((bufferAddress & USB_DEVICE_ECHI_DTD_PAGE_MASK) | in USB_DeviceEhciCancelControlPipe()