Searched refs:ADC_O_CTL2 (Results 1 – 3 of 3) sorted by relevance
73 tempCtl = HWREG(ADC_BASE + ADC_O_CTL2); in ADCSetResolution()82 HWREG(ADC_BASE + ADC_O_CTL2) = tempCtl; in ADCSetResolution()178 tempCtl = HWREG(ADC_BASE + ADC_O_CTL2); in ADCSetMemctlRange()188 HWREG(ADC_BASE + ADC_O_CTL2) = tempCtl; in ADCSetMemctlRange()
603 HWREG(ADC_BASE + ADC_O_CTL2) |= ADC_CTL2_DMAEN; in ADCEnableDMATrigger()
94 #define ADC_O_CTL2 0x00000108U macro