Found 3 other functions taking a
esp_adc_cal_characteristics_t
argument:
Convert an ADC reading to voltage in mV This function converts an ADC reading to a voltage in mV based on the ADC's characteristics.
Reads an ADC and converts the reading to a voltage in mV This function reads an ADC then converts the raw reading to a voltage in mV based on the characteristics provided. The ADC that is read is also determined by the characteristics.
Characterize an ADC at a particular attenuation This function will characterize the ADC at a particular attenuation and generate the ADC-Voltage curve in the form of [y = coeff_a * x + coeff_b]. Characterization can be based on Two Point values, eFuse Vref, or default Vref and the calibration values will be prioritized in that order.