Home
last modified time | relevance | path

Searched refs:low_vref_curve (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c128 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, …
412 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut() argument
424 int q11 = low_vref_curve[i]; //Lower bound point of low_vref_curve in calculate_voltage_lut()
425 int q12 = low_vref_curve[i + 1]; //Upper bound point of low_vref_curve in calculate_voltage_lut()
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c233 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut() argument
245 int q11 = low_vref_curve[i]; //Lower bound point of low_vref_curve in calculate_voltage_lut()
246 int q12 = low_vref_curve[i + 1]; //Upper bound point of low_vref_curve in calculate_voltage_lut()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c239 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut() argument
251 int q11 = low_vref_curve[i]; //Lower bound point of low_vref_curve in calculate_voltage_lut()
252 int q12 = low_vref_curve[i + 1]; //Upper bound point of low_vref_curve in calculate_voltage_lut()