Searched refs:ADC_DMA_DONE (Results 1 – 2 of 2) sorted by relevance
271 if(ulIntFlags & ADC_DMA_DONE) in ADCIntEnable()321 if(ulIntFlags & ADC_DMA_DONE) in ADCIntDisable()416 if(ulIntFlags & ADC_DMA_DONE) in ADCIntClear()433 HWREG(ulBase + ulOffset) = (ulIntFlags & ~(ADC_DMA_DONE)); in ADCIntClear()
70 #define ADC_DMA_DONE 0x00000010 macro