Home
last modified time | relevance | path

Searched refs:high_curve (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/esp_adc/deprecated/include/
Desp_adc_cal_types_legacy.h42 …const uint32_t *high_curve; /**< Pointer to high Vref curve of lookup table (NULL if u… member
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c150 …const uint32_t *high_curve; ///< Pointer to high Vref curve of lookup table (N… member
197 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()
/hal_espressif-latest/zephyr/port/include/
Desp_adc_cal.h43 …const uint32_t *high_curve; /**< Pointer to high Vref curve of lookup table (NULL if u… member
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c317 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()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c323 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()
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c189 chars->high_curve = NULL; in esp_adc_cal_characterize()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c191 chars->high_curve = NULL; in esp_adc_cal_characterize()