Searched refs:i2sLoopDMADescriptor (Results 1 – 2 of 2) sorted by relevance
456 handle->i2sLoopDMADescriptor = (dma_descriptor_t *)dmaDescriptorAddr; in I2S_TransferInstallLoopDMADescriptorMemory()473 if (handle->i2sLoopDMADescriptor == NULL) in I2S_TransferLoopDMA()514 DMA_SetupDescriptor(&handle->i2sLoopDMADescriptor[i], in I2S_TransferLoopDMA()517 srcAddr, destAddr, &handle->i2sLoopDMADescriptor[0U]); in I2S_TransferLoopDMA()522 DMA_SetupDescriptor(&handle->i2sLoopDMADescriptor[i], in I2S_TransferLoopDMA()525 srcAddr, destAddr, &handle->i2sLoopDMADescriptor[i + 1U]); in I2S_TransferLoopDMA()548 … srcAddr, destAddr, (void *)&handle->i2sLoopDMADescriptor[1U]); in I2S_TransferLoopDMA()596 assert(handle->i2sLoopDMADescriptor != NULL); in I2S_TransferSendLoopDMA()630 assert(handle->i2sLoopDMADescriptor != NULL); in I2S_TransferReceiveLoopDMA()
60 dma_descriptor_t *i2sLoopDMADescriptor; /*!< descriptor pool pointer */ member