This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335: IN ADC_16CH_LCD_main.c EXAMPLE

Part Number: TMS320F28335


Hi,

 What is the meaning of the following terms described below in ADC_16CH_LCD_main.c example,

SampleTable[0] = AdcRegs.ADCRESULT0 >> 4;
SampleTable[1] = AdcRegs.ADCRESULT1 >> 4;
SampleTable[2] = AdcRegs.ADCRESULT2 >> 4;
SampleTable[3] = AdcRegs.ADCRESULT3 >> 4;
SampleTable[4] = AdcRegs.ADCRESULT4 >> 4;
SampleTable[5] = AdcRegs.ADCRESULT5 >> 4;
SampleTable[6] = AdcRegs.ADCRESULT6 >> 4;
SampleTable[7] = AdcRegs.ADCRESULT7 >> 4;

Kindly explain the same.

Thank You.