Home
last modified time | relevance | path

Searched refs:DMA_EnableChannel (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.c485 DMA_EnableChannel(handle->base, handle->channel); in DMA_AbortTransfer()
1001 DMA_EnableChannel(handle->base, channel); in DMA_StartTransfer()
Dfsl_dma.h405 static inline void DMA_EnableChannel(DMA_Type *base, uint32_t channel) in DMA_EnableChannel() function
/hal_nxp-3.7.0/mcux/mcux-sdk/components/uart/
Dfsl_adapter_usart.c831 DMA_EnableChannel(dmaBases[dmaConfig->dma_instance], dmaConfig->tx_channel); in HAL_UartDMAInit()
832 DMA_EnableChannel(dmaBases[dmaConfig->dma_instance], dmaConfig->rx_channel); in HAL_UartDMAInit()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c839 DMA_EnableChannel(spi->dmaResource->txdmaBase, spi->dmaResource->txdmaChannel); in SPI_DMAControl()
840 DMA_EnableChannel(spi->dmaResource->rxdmaBase, spi->dmaResource->rxdmaChannel); in SPI_DMAControl()
875 DMA_EnableChannel(spi->dmaResource->txdmaBase, spi->dmaResource->txdmaChannel); in SPI_DMAControl()
876 DMA_EnableChannel(spi->dmaResource->rxdmaBase, spi->dmaResource->rxdmaChannel); in SPI_DMAControl()
Dfsl_usart_cmsis.c326 DMA_EnableChannel(usart->dmaResource->txDmaBase, usart->dmaResource->txDmaChannel); in USART_DmaPowerControl()
327 DMA_EnableChannel(usart->dmaResource->rxDmaBase, usart->dmaResource->rxDmaChannel); in USART_DmaPowerControl()
Dfsl_i2c_cmsis.c147 DMA_EnableChannel(i2c->dmaResource->i2cDmaBase, i2c->dmaResource->i2cDmaChannel); in I2C_Master_DmaInitialize()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/audio/
Dfsl_adapter_flexcomm_i2s.c307 DMA_EnableChannel(dmaBases[dmaConfig->instance], dmaConfig->channel); in HAL_AudioCommonInit()