19.15.5 ADC Data Register Low and High Byte (ADLAR=1)

The ADCL and ADCH register pair represents the 16-bit value, ADC Data Register. The low byte [7:0] (suffix L) is accessible at the original offset. The high byte [15:8] (suffix H) can be accessed at offset + 0x01. For more details on reading and writing 16-bit registers, refer to Accessing 16-bit Registers.

When an ADC conversion is complete, the result is found in these two registers.

When ADCL is read, the ADC Data Register is not updated until ADCH is read. Consequently, if the result is left adjusted and no more than 8-bit precision is required, it is sufficient to read ADCH. Otherwise, ADCL must be read first, then ADCH.

The ADLAR bit and the MUXn bits in ADMUX affect the way the result is read from the registers. If ADLAR is set (ADLAR=1), the result is left adjusted. If ADLAR is cleared (ADLAR=0 which is the default value), the result is right adjusted.

Name: ADCL and ADCH
Offset: 0x19
Reset: 0x00
Property: ADLAR = 1

Bit 15141312111098 
 ADC9ADC8ADC7ADC6ADC5ADC4ADC3ADC2 
Access RRRRRRRR 
Reset 00000000 
Bit 76543210 
 ADC1ADC0       
Access RR 
Reset 00 

Bits 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 – ADC ADC Conversion Result

These bits represent the result from the conversion. Refer to ADC Conversion Result for details.