Home
last modified time | relevance | path

Searched refs:DMA_EnableChannelInterrupts (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.h379 static inline void DMA_EnableChannelInterrupts(DMA_Type *base, uint32_t channel) in DMA_EnableChannelInterrupts() function
Dfsl_dma.c517 DMA_EnableChannelInterrupts(handle->base, channel); in DMA_CreateHandle()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2s/
Dfsl_i2s_dma.c176 DMA_EnableChannelInterrupts(handle->dmaHandle->base, handle->dmaHandle->channel); in I2S_EnableDMAInterrupts()