Searched refs:vdda_mv (Results 1 – 1 of 1) sorted by relevance
128 const uint16_t vdda_mv = adc_ref_internal(data->adc); in convert_adc_sample_to_temperature() local148 const int vsense = ((int)data->raw * vdda_mv) / 4095; in convert_adc_sample_to_temperature()162 const float sense_data = ((float)vdda_mv / cfg->calib_vrefanalog) * data->raw; in convert_adc_sample_to_temperature()