![Texas Instruments SimpleLink Ethernet MSP432E401Y Technical Reference Manual Download Page 761](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578761.webp)
ADC Registers
761
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Analog-to-Digital Converter (ADC)
10.5.24 ADCSSCTL1 and ADCSSCTL2 Registers [reset = 0x0]
ADC Sample Sequence Control 1 (ADCSSCTL1), offset 0x064
ADC Sample Sequence Control 2 (ADCSSCTL2), offset 0x084
These registers contain the configuration information for each sample for a sequence executed with
Sample Sequencer 1 or 2. When configuring a sample sequence, the END bit must be set for the final
sample, whether it be after the first sample, fourth sample, or any sample in between. These registers are
16-bits wide and contain information for four possible samples. See the ADCSSCTL0 register on
for detailed bit descriptions. The ADCSSCTL1 register configures Sample Sequencer 1
and the ADCSSCTL2 register configures Sample Sequencer 2.
ADCSSCTLn is shown in
and described in
Return to
Figure 10-38. ADCSSCTLn Register
31
30
29
28
27
26
25
24
RESERVED
R-0x0
23
22
21
20
19
18
17
16
RESERVED
R-0x0
15
14
13
12
11
10
9
8
TS3
IE3
END3
D3
TS2
IE2
END2
D2
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
7
6
5
4
3
2
1
0
TS1
IE1
END1
D1
TS0
IE0
END0
D0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
R/W-0x0
Table 10-32. ADCSSCTLn Register Field Descriptions
Bit
Field
Type
Reset
Description
31-16
RESERVED
R
0x0
15
TS3
R/W
0x0
4th Sample Temp Sensor Select.
0x0 = The input pin specified by the ADCSSMUXn register is read
during the fourth sample of the sample sequence.
0x1 = The temperature sensor is read during the fourth sample of
the sample sequence.
14
IE3
R/W
0x0
4th Sample Interrupt Enable.
It is legal to have multiple samples within a sequence generate
interrupts.
0x0 = The raw interrupt is not asserted to the interrupt controller.
0x1 = The raw interrupt signal (INR0 bit) is asserted at the end of the
fourth sample's conversion. If the MASK0 bit in the ADCIM register is
set, the interrupt is promoted to the interrupt controller.
13
END3
R/W
0x0
4th Sample is End of Sequence.
It is possible to end the sequence on any sample position.
Software must set an ENDn bit somewhere within the sequence.
Samples defined after the sample containing a set ENDn bit are not
requested for conversion even though the fields may be non-zero.
0x0 = Another sample in the sequence is the final sample.
0x1 = The fourth sample is the last sample of the sequence.
12
D3
R/W
0x0
4th Sample Differential Input Select.
Because the temperature sensor does not have a differential option,
this bit must not be set when the TS3 bit is set.
0x0 = The analog inputs are not differentially sampled.
0x1 = The analog input is differentially sampled. The corresponding
ADCSSMUXn nibble must be set to the pair number "i", where the
paired inputs are "2i and 2i+1".