41.1.7 Result Formatting
The ADC Results Format/Alignment Selection (FM) and the ADC Input Configuration (IC) bits are used to determine the format and alignment of the conversion result.
When IC = ‘0
’ and FM = ‘x0
’, the conversion result is
left justified, as shown in Figure 41-3.
0
, FM =
x0
When IC = ‘0
’ and FM = ‘x1
’, the conversion result is
right justified, as shown in Figure 41-4.
0
, FM =
x1
When IC = ‘1
’ and FM = ‘00
’, the conversion result is
in left justified alignment and Two’s Complement format, as shown in Figure 41-5.
1
, FM =
00
When IC = ‘1
’ and FM = ‘01
’, the conversion result is
in right justified alignment and Two’s Complement format, as shown in Figure 41-6.
1
, FM =
01
When IC = ‘1
’ and FM = ‘10
’, the conversion result is
in left justified alignment and sign/magnitude format, as shown in Figure 41-7.
1
, FM =
10
When IC = ‘1
’ and FM = ‘11
’, the conversion result is
in right justified alignment and sign/magnitude format, as shown in Figure 41-8.
1
, FM =
11
00
or
10
will be shifted left three places.