Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1744 pipe->bufferIndex = indexLength.state.bufferIndex; in USB_HostIp3516HsCancelPipe()
1755 … (void)USB_HostIp3516HsFreeBuffer(usbHostState, pipe->bufferIndex, pipe->bufferLength); in USB_HostIp3516HsCancelPipe()
2007 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2013 … pipe->pipeCommon.maxPacketSize, &pipe->bufferIndex, 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 …ferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteControlPipe()
2154 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteBulkPipe()
2163 … pipe->pipeCommon.maxPacketSize, &pipe->bufferIndex, in USB_HostIp3516HsWriteBulkPipe()
2166 bufferAddress = (uint8_t *)&s_UsbHostIp3516HsBufferArray[pipe->bufferIndex][0]; in USB_HostIp3516HsWriteBulkPipe()
[all …]
Dusb_host_ip3516hs.h485 uint32_t bufferIndex : 8U; member
575 uint32_t bufferIndex; member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c481 uint32_t bufferIndex = 0; in DSPI_MasterTransferEDMA() local
487 bufferIndex = handle->remainingSendByteCount - 1U; in DSPI_MasterTransferEDMA()
491 bufferIndex = handle->remainingSendByteCount - 2U; in DSPI_MasterTransferEDMA()
496 bufferIndex = handle->remainingSendByteCount; in DSPI_MasterTransferEDMA()
504 tmpLastCommand = (tmpLastCommand & 0xffff0000U) | tmpTxData[bufferIndex - 1U]; in DSPI_MasterTransferEDMA()
508 … tmpLastCommand = (tmpLastCommand & 0xffff0000U) | ((uint32_t)tmpTxData[bufferIndex - 1U] << 8U) | in DSPI_MasterTransferEDMA()
509 tmpTxData[bufferIndex - 2U]; in DSPI_MasterTransferEDMA()
/hal_nxp-3.5.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c2049 uint32 bufferIndex = 0; in Netc_Eth_Ip_ReadFrame() local
2065 bufferIndex = ring * NETC_ETH_MAX_NUMBER_OF_RXBD + rxIndex; in Netc_Eth_Ip_ReadFrame()
2090 … buff->data = (uint8*)Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex]; in Netc_Eth_Ip_ReadFrame()
2220 uint32 bufferIndex; in Netc_Eth_Ip_ProvideRxBuff() local
2242 bufferIndex = ring * FEATURE_NETC_RX_BDR_COUNT + CurrentConsumerIndex; in Netc_Eth_Ip_ProvideRxBuff()
2254 Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex] = (uint32)buff->data; in Netc_Eth_Ip_ProvideRxBuff()