Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s_dma.c456 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()
Dfsl_i2s_dma.h60 dma_descriptor_t *i2sLoopDMADescriptor; /*!< descriptor pool pointer */ member