Home
last modified time | relevance | path

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

/hal_nxp-latest/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-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c487 uint32_t bufferIndex = 0; in DSPI_MasterTransferEDMA() local
493 bufferIndex = handle->remainingSendByteCount - 1U; in DSPI_MasterTransferEDMA()
497 bufferIndex = handle->remainingSendByteCount - 2U; in DSPI_MasterTransferEDMA()
502 bufferIndex = handle->remainingSendByteCount; in DSPI_MasterTransferEDMA()
510 tmpLastCommand = (tmpLastCommand & 0xffff0000U) | tmpTxData[bufferIndex - 1U]; in DSPI_MasterTransferEDMA()
514 … tmpLastCommand = (tmpLastCommand & 0xffff0000U) | ((uint32_t)tmpTxData[bufferIndex - 1U] << 8U) | in DSPI_MasterTransferEDMA()
515 tmpTxData[bufferIndex - 2U]; in DSPI_MasterTransferEDMA()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6842 uint32 bufferIndex = 0; local
6848 bufferIndex = ring * NETC_ETH_MAX_NUMBER_OF_RXBD + rxIndex;
6860 buff->data = (uint8*)Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex];
7516 uint32 bufferIndex; local
7538 bufferIndex = ring * FEATURE_NETC_RX_BDR_COUNT + CurrentConsumerIndex;
7550 Netc_Eth_Ip_apxState[ctrlIndex]->RxDataBuffAddr[bufferIndex] = (uint32)buff->data;