Searched refs:high_vref_curve (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_adc/esp32/ |
D | adc_cali_line_fitting.c | 128 …_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, const uint32_t *high_vref_curve); 412 …e_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, const uint32_t *high_vref_curve) in calculate_voltage_lut() argument 426 int q21 = high_vref_curve[i]; //Lower bound point of high_vref_curve in calculate_voltage_lut() 427 int q22 = high_vref_curve[i + 1]; //Upper bound point of high_vref_curve in calculate_voltage_lut()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32/ |
D | esp_adc_cal_legacy.c | 233 …e_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, const uint32_t *high_vref_curve) in calculate_voltage_lut() argument 247 int q21 = high_vref_curve[i]; //Lower bound point of high_vref_curve in calculate_voltage_lut() 248 int q22 = high_vref_curve[i + 1]; //Upper bound point of high_vref_curve in calculate_voltage_lut()
|
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/ |
D | esp_adc_cal.c | 239 …e_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, const uint32_t *high_vref_curve) in calculate_voltage_lut() argument 253 int q21 = high_vref_curve[i]; //Lower bound point of high_vref_curve in calculate_voltage_lut() 254 int q22 = high_vref_curve[i + 1]; //Upper bound point of high_vref_curve in calculate_voltage_lut()
|