ADC Data Register Low (ADLAR=0)

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, the result is left adjusted. If ADLAR is cleared (default), the result is right adjusted.

Name:
ADCL
Offset:
0x78
Reset:
0x00
Access:
ADLAR = 0
Bit76543210
ADC7ADC6ADC5ADC4ADC3ADC2ADC1ADC0
AccessRRRRRRRR
Reset00000000

Bits 7:0 – ADCn: ADC Conversion Result [n = 7:0]

ADC Conversion Result [n = 7:0]

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