Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/deprecated/include/
Desp_adc_cal_types_legacy.h41 …const uint32_t *low_curve; /**< Pointer to low Vref curve of lookup table (NULL if un… member
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c149 …const uint32_t *low_curve; ///< Pointer to low Vref curve of lookup table (NU… member
196 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()
/hal_espressif-latest/zephyr/port/include/
Desp_adc_cal.h42 …const uint32_t *low_curve; /**< Pointer to low Vref curve of lookup table (NULL if un… member
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c316 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()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c322 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()
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c188 chars->low_curve = NULL; in esp_adc_cal_characterize()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c190 chars->low_curve = NULL; in esp_adc_cal_characterize()