Searched refs:DMA_COMMON_CONST_REG_GET (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_dma/ |
| D | fsl_dma.h | 85 #define DMA_COMMON_CONST_REG_GET(base, channel, reg) \ macro 355 …return (DMA_COMMON_CONST_REG_GET(base, channel, ACTIVE) & (1UL << DMA_CHANNEL_INDEX(base, channel)… in DMA_ChannelIsActive() 370 …return (DMA_COMMON_CONST_REG_GET(base, channel, BUSY) & (1UL << DMA_CHANNEL_INDEX(base, channel)))… in DMA_ChannelIsBusy()
|
| D | fsl_dma.c | 480 while ((DMA_COMMON_CONST_REG_GET(handle->base, handle->channel, BUSY) & in DMA_AbortTransfer()
|