Searched refs:EDMA_SetModulo (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexspi/ |
D | fsl_flexspi_edma.c | 235 EDMA_SetModulo(handle->txDmaHandle->base, handle->txDmaHandle->channel, kEDMA_ModuloDisable, in FLEXSPI_TransferEDMA() 275 … EDMA_SetModulo(handle->rxDmaHandle->base, handle->rxDmaHandle->channel, (edma_modulo_t)power, in FLEXSPI_TransferEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexio/mculcd/ |
D | fsl_flexio_mculcd_edma.c | 248 … EDMA_SetModulo(handle->rxDmaHandle->base, handle->rxDmaHandle->channel, handle->rxEdmaModulo, in FLEXIO_MCULCD_EDMAConfig() 272 EDMA_SetModulo(handle->txDmaHandle->base, handle->txDmaHandle->channel, kEDMA_ModuloDisable, in FLEXIO_MCULCD_EDMAConfig()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexcan/ |
D | fsl_flexcan_edma.c | 208 …EDMA_SetModulo(handle->rxFifoEdmaHandle->base, handle->rxFifoEdmaHandle->channel, kEDMA_Modulo16by… in FLEXCAN_StartTransferDatafromRxFIFO()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/ |
D | fsl_sai_edma.c | 542 EDMA_SetModulo(handle->dmaHandle->base, handle->dmaHandle->channel, kEDMA_ModuloDisable, in SAI_TransferSendEDMA() 635 …EDMA_SetModulo(handle->dmaHandle->base, handle->dmaHandle->channel, SAI_CHANNEL_MAP_MODULO(handle-… in SAI_TransferReceiveEDMA()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/edma/ |
D | fsl_edma.h | 478 void EDMA_SetModulo(DMA_Type *base, uint32_t channel, edma_modulo_t srcModulo, edma_modulo_t destMo…
|
D | fsl_edma.c | 365 void EDMA_SetModulo(DMA_Type *base, uint32_t channel, edma_modulo_t srcModulo, edma_modulo_t destMo… in EDMA_SetModulo() function
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dma3/ |
D | fsl_edma.h | 501 void EDMA_SetModulo(DMA_Type *base, uint32_t channel, edma_modulo_t srcModulo, edma_modulo_t destMo…
|
D | fsl_edma.c | 376 void EDMA_SetModulo(DMA_Type *base, uint32_t channel, edma_modulo_t srcModulo, edma_modulo_t destMo… in EDMA_SetModulo() function
|