Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/cc32xx/driverlib/
Dadc.c271 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()
Dadc.h70 #define ADC_DMA_DONE 0x00000010 macro