ADC injected group conversion
In the R3_2_GetPhaseCurrents(), the following line reads the ADC data register.
hReg1 = *pHandle->pParams_str->ADCDataReg1[bSector] * 2;
The value of the hReg1 will be used to compute the phase current later.
Why is the value of the ADC data register multiplied by 2?
Thanks in advance.

