Searched refs:voltValue (Results 1 – 1 of 1) sorted by relevance
450 u32 voltValue; in adc_get_interVolt() local459 voltValue = 0; in adc_get_interVolt()464 voltValue += value; in adc_get_interVolt()466 voltValue = voltValue / 10; // 10:byte alignment in adc_get_interVolt()468 voltValue = in adc_get_interVolt()469 …((voltValue - adc_offset) * 685 / 20 + 1200000) * 2; // 685:byte alignment, 20:byte alignment, 2:b… in adc_get_interVolt()470 value = voltValue - voltValue * 10 / 100; // 10:byte alignment, 100:byte alignment in adc_get_interVolt()