Searched refs:ADC_CTL2_STARTADD_M (Results 1 – 2 of 2) sorted by relevance
181 tempCtl &= ~(ADC_CTL2_ENDADD_M | ADC_CTL2_STARTADD_M); in ADCSetMemctlRange()184 tempCtl |= (start << ADC_CTL2_STARTADD_S) & ADC_CTL2_STARTADD_M; in ADCSetMemctlRange()
1674 #define ADC_CTL2_STARTADD_M 0x001F0000U macro