Searched refs:ADC_CS_AINSEL_BITS (Results 1 – 3 of 3) sorted by relevance
120 hw_write_masked(&adc_hw->cs, input << ADC_CS_AINSEL_LSB, ADC_CS_AINSEL_BITS); in adc_select_input()138 return (adc_hw->cs & ADC_CS_AINSEL_BITS) >> ADC_CS_AINSEL_LSB; in adc_get_selected_input()
42 #define ADC_CS_AINSEL_BITS _u(0x00007000) macro
44 #define ADC_CS_AINSEL_BITS _u(0x0000f000) macro