Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c86 USB_GLOBAL_DEDICATED_RAM static uint8_t s_UsbHostIp3516HsBufferArray[80][64]; variable
1881 for (i = 0U; i < (sizeof(s_UsbHostIp3516HsBufferArray) / (sizeof(uint8_t) * 64U)); i++) in USB_HostIp3516HsGetBuffer()
1919 for (i = 0U; i < (sizeof(s_UsbHostIp3516HsBufferArray) / (sizeof(uint8_t) * 64U)); i++) in USB_HostIp3516HsGetBuffer()
1960 if ((indexCount + index) > (sizeof(s_UsbHostIp3516HsBufferArray) / (sizeof(uint8_t) * 64U))) in USB_HostIp3516HsFreeBuffer()
1962 indexCount = (sizeof(s_UsbHostIp3516HsBufferArray) / (sizeof(uint8_t) * 64U)) - index; in USB_HostIp3516HsFreeBuffer()
2007 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2016 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2052 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2098 …bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex]… in USB_HostIp3516HsWriteControlPipe()
2154 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteBulkPipe()
[all …]