Searched refs:high_curve (Results 1 – 7 of 7) sorted by relevance
42 …const uint32_t *high_curve; /**< Pointer to high Vref curve of lookup table (NULL if u… member
150 …const uint32_t *high_curve; ///< Pointer to high Vref curve of lookup table (N… member197 chars->high_curve = (config->unit_id == ADC_UNIT_1) ? lut_adc1_high : lut_adc2_high; in adc_cali_create_scheme_line_fitting()200 chars->high_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()
43 …const uint32_t *high_curve; /**< Pointer to high Vref curve of lookup table (NULL if u… member
317 chars->high_curve = (adc_num == ADC_UNIT_1) ? lut_adc1_high : lut_adc2_high; in esp_adc_cal_characterize()320 chars->high_curve = NULL; in esp_adc_cal_characterize()337 …lut_voltage = calculate_voltage_lut(adc_reading, chars->vref, chars->low_curve, chars->high_curve); in esp_adc_cal_raw_to_voltage()
323 chars->high_curve = (adc_num == ADC_UNIT_1) ? lut_adc1_high : lut_adc2_high; in esp_adc_cal_characterize()326 chars->high_curve = NULL; in esp_adc_cal_characterize()343 …lut_voltage = calculate_voltage_lut(adc_reading, chars->vref, chars->low_curve, chars->high_curve); in esp_adc_cal_raw_to_voltage()
189 chars->high_curve = NULL; in esp_adc_cal_characterize()
191 chars->high_curve = NULL; in esp_adc_cal_characterize()