Searched refs:mem2memDmaBase (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_pdm_edma_adapter.c | 591 EDMA_ResetChannel(rtm->extBuf.mem2memDmaBase, rtm->extBuf.bufWriteDmaChannel); in SRTM_PdmEdmaAdapter_LocalBufFullProc() 627 EDMA_ResetChannel(rtm->extBuf.mem2memDmaBase, rtm->extBuf.bufWriteDmaChannel); in SRTM_PdmEdmaAdapter_LocalBufFullProc() 915 if ((thisRtm->extBuf.buf != NULL) && (thisRtm->extBuf.mem2memDmaBase != NULL)) in SRTM_PdmEdmaAdapter_Start() 918 EDMA_Init(thisRtm->extBuf.mem2memDmaBase, &userConfig); in SRTM_PdmEdmaAdapter_Start() 920 EDMA_CreateHandle(&handle->extBufDmaHandle.rDmaHandle, thisRtm->extBuf.mem2memDmaBase, in SRTM_PdmEdmaAdapter_Start() 923 EDMA_ResetChannel(thisRtm->extBuf.mem2memDmaBase, thisRtm->extBuf.bufReadDmaChannel); in SRTM_PdmEdmaAdapter_Start() 925 EDMA_CreateHandle(&handle->extBufDmaHandle.wDmaHandle, thisRtm->extBuf.mem2memDmaBase, in SRTM_PdmEdmaAdapter_Start() 928 EDMA_ResetChannel(thisRtm->extBuf.mem2memDmaBase, thisRtm->extBuf.bufWriteDmaChannel); in SRTM_PdmEdmaAdapter_Start() 1471 EDMA_ResetChannel(rtm->extBuf.mem2memDmaBase, rtm->extBuf.bufReadDmaChannel); in SRTM_PdmEdmaAdapter_DmaMemcpy()
|
| D | srtm_pdm_edma_adapter.h | 103 …EDMA_Type *mem2memDmaBase; /*!< The DMA to use for memory copies to/from this external buf… member
|