Lines Matching +full:adc +full:- +full:channels
14 -----------
16 The DA9055 provides an Analogue to Digital Converter (ADC) with 10 bits
20 the input of the ADC during the conversion.
22 The ADC is used to measure the following inputs:
24 - Channel 0: VDDOUT - measurement of the system voltage
25 - Channel 1: ADC_IN1 - high impedance input (0 - 2.5V)
26 - Channel 2: ADC_IN2 - high impedance input (0 - 2.5V)
27 - Channel 3: ADC_IN3 - high impedance input (0 - 2.5V)
28 - Channel 4: Internal Tjunc. - sense (internal temp. sensor)
31 chip junction temperature and auxiliary channels voltages.
34 ------------------
37 are stored in a 10 bit ADC.
41 Milli volt = ((ADC value * 1000) / 85) + 2500
43 The voltages on ADC channels 1, 2 and 3 are calculated as:
45 Milli volt = (ADC value * 1000) / 102
48 ----------------------
50 Temperatures are sampled by a 10 bit ADC. Junction temperatures
51 are monitored by the ADC channels.
55 Degrees celsius = -0.4084 * (ADC_RES - T_OFFSET) + 307.6332