Searched refs:low_curve (Results 1 – 7 of 7) sorted by relevance
41 …const uint32_t *low_curve; /**< Pointer to low Vref curve of lookup table (NULL if un… member
149 …const uint32_t *low_curve; ///< Pointer to low Vref curve of lookup table (NU… member196 chars->low_curve = (config->unit_id == ADC_UNIT_1) ? lut_adc1_low : lut_adc2_low; in adc_cali_create_scheme_line_fitting()199 chars->low_curve = NULL; in adc_cali_create_scheme_line_fitting()258 … uint32_t lut_voltage = calculate_voltage_lut(raw, ctx->vref, ctx->low_curve, ctx->high_curve); in cali_raw_to_voltage()
42 …const uint32_t *low_curve; /**< Pointer to low Vref curve of lookup table (NULL if un… member
316 chars->low_curve = (adc_num == ADC_UNIT_1) ? lut_adc1_low : lut_adc2_low; in esp_adc_cal_characterize()319 chars->low_curve = NULL; in esp_adc_cal_characterize()337 …uint32_t lut_voltage = calculate_voltage_lut(adc_reading, chars->vref, chars->low_curve, chars->hi… in esp_adc_cal_raw_to_voltage()
322 chars->low_curve = (adc_num == ADC_UNIT_1) ? lut_adc1_low : lut_adc2_low; in esp_adc_cal_characterize()325 chars->low_curve = NULL; in esp_adc_cal_characterize()343 …uint32_t lut_voltage = calculate_voltage_lut(adc_reading, chars->vref, chars->low_curve, chars->hi… in esp_adc_cal_raw_to_voltage()
188 chars->low_curve = NULL; in esp_adc_cal_characterize()
190 chars->low_curve = NULL; in esp_adc_cal_characterize()