adc_lsb
val = DIV_ROUND_CLOSEST(val * 10, adc_lsb(data, nr));
return DIV_ROUND_CLOSEST(val * adc_lsb(data, nr), 10);