Hi,
I was going through the example code for ADC that is given with msp430. I couldnt understand the following.: ADC10CTL0 = ADC10SHT_2 + ADC10ON + ADC10IE
My question is. ADC10CTL0 is 16 bit register. so how does adding few bits makes up the 16 bit value?