Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.h87 #define DMA_COMMON_REG_SET(base, channel, reg, value) \ macro
383 DMA_COMMON_REG_SET(base, channel, INTENSET, 1UL << DMA_CHANNEL_INDEX(base, channel)); in DMA_EnableChannelInterrupts()
396 DMA_COMMON_REG_SET(base, channel, INTENCLR, 1UL << DMA_CHANNEL_INDEX(base, channel)); in DMA_DisableChannelInterrupts()
409 DMA_COMMON_REG_SET(base, channel, ENABLESET, 1UL << DMA_CHANNEL_INDEX(base, channel)); in DMA_EnableChannel()
422 DMA_COMMON_REG_SET(base, channel, ENABLECLR, 1UL << DMA_CHANNEL_INDEX(base, channel)); in DMA_DisableChannel()
Dfsl_dma.c484DMA_COMMON_REG_SET(handle->base, handle->channel, ABORT, 1UL << DMA_CHANNEL_INDEX(handle->base, ha… in DMA_AbortTransfer()
1034 DMA_COMMON_REG_SET(handle->base, handle->channel, INTA, (1UL << channel_index)); in DMA_IRQHandle()
1046 DMA_COMMON_REG_SET(handle->base, handle->channel, INTB, (1UL << channel_index)); in DMA_IRQHandle()
1056 DMA_COMMON_REG_SET(handle->base, handle->channel, ERRINT, (1UL << channel_index)); in DMA_IRQHandle()