Searched refs:DMA_DSR_BCR_DONE (Results 1 – 7 of 7) sorted by relevance
106 base->DMA[channel].DSR_BCR |= DMA_DSR_BCR_DONE(true); in DMA_ResetChannel()280 handle->base->DMA[handle->channel].DSR_BCR |= DMA_DSR_BCR_DONE(true); in DMA_AbortTransfer()
477 base->DMA[channel].DSR_BCR |= DMA_DSR_BCR_DONE(true); in DMA_ClearChannelStatusFlags()
901 #define DMA_DSR_BCR_DONE(x) (((uint32_t)(((uint32_t)(x)) << DMA_DSR_BCR_DONE_S… macro
1681 #define DMA_DSR_BCR_DONE(x) (((uint32_t)(((uint32_t)(x))<<DMA_DSR_BCR_DONE_SHI… macro
4859 …(base, index, value) (DMA_RMW_DSR_BCR(base, index, DMA_DSR_BCR_DONE_MASK, DMA_DSR_BCR_DONE(value)))