Home
last modified time | relevance | path

Searched defs:vref (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c211 uint32_t vref, in characterize_using_vref()
239 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut()
306 uint32_t vref = read_efuse_vref(); in esp_adc_cal_characterize() local
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c205 uint32_t vref, in characterize_using_vref()
233 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut()
300 uint32_t vref = read_efuse_vref(); in esp_adc_cal_characterize() local
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c148 uint32_t vref; ///< Vref used by lookup table member
383 uint32_t vref, in characterize_using_vref()
412 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut()
/hal_espressif-latest/components/esp_adc/deprecated/include/
Desp_adc_cal_types_legacy.h40 uint32_t vref; /**< Vref used by lookup table*/ member
/hal_espressif-latest/zephyr/port/include/
Desp_adc_cal.h41 uint32_t vref; /**< Vref used by lookup table*/ member