![Microchip Technology PIC12F1501 Manual Download Page 130](http://html1.mh-extra.com/html/microchip-technology/pic12f1501/pic12f1501_manual_1785833130.webp)
2011-2015 Microchip Technology Inc.
DS40001609E-page 131
PIC16(L)F1508/9
15.1.5
INTERRUPTS
The ADC module allows for the ability to generate an
interrupt upon completion of an Analog-to-Digital
conversion. The ADC Interrupt Flag is the ADIF bit in
the PIR1 register. The ADC Interrupt Enable is the
ADIE bit in the PIE1 register. The ADIF bit must be
cleared in software.
This interrupt can be generated while the device is
operating or while in Sleep. If the device is in Sleep, the
interrupt will wake-up the device. Upon waking from
Sleep, the next instruction following the
SLEEP
instruc-
tion is always executed. If the user is attempting to
wake-up from Sleep and resume in-line code execu-
tion, the GIE and PEIE bits of the INTCON register
must be disabled. If the GIE and PEIE bits of the
INTCON register are enabled, execution will switch to
the Interrupt Service Routine.
15.1.6
RESULT FORMATTING
The 10-bit ADC conversion result can be supplied in
two formats, left justified or right justified. The ADFM bit
of the ADCON1 register controls the output format.
shows the two output formats.
FIGURE 15-3:
10-BIT ADC CONVERSION RESULT FORMAT
Note 1:
The ADIF bit is set at the completion of
every conversion, regardless of whether
or not the ADC interrupt is enabled.
2:
The ADC operates during Sleep only
when the FRC oscillator is selected.
MSB
MSB
LSB
LSB
(ADFM =
0
)
(ADFM =
1
)
bit 7
bit 7
bit 7
bit 7
bit 0
bit 0
bit 0
bit 0
10-bit ADC Result
10-bit ADC Result
Unimplemented:
Read as ‘
0
’
Unimplemented:
Read as ‘
0
’
ADRESH
ADRESL
Rev. 10-000054A
7/30/2013