Home
last modified time | relevance | path

Searched defs:coeff_b (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.7.0/components/esp_adc/esp32/
Dadc_cali_line_fitting.c147 uint32_t coeff_b; ///< Offset of ADC-Voltage curve member
360 uint32_t *coeff_b) in characterize_using_two_point()
385 uint32_t *coeff_b) in characterize_using_vref()
405 static uint32_t calculate_voltage_linear(uint32_t adc_reading, uint32_t coeff_a, uint32_t coeff_b) in calculate_voltage_linear()
/hal_espressif-3.7.0/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c182 uint32_t *coeff_b) in characterize_using_two_point()
207 uint32_t *coeff_b) in characterize_using_vref()
226 static uint32_t calculate_voltage_linear(uint32_t adc_reading, uint32_t coeff_a, uint32_t coeff_b) in calculate_voltage_linear()
/hal_espressif-3.7.0/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c188 uint32_t *coeff_b) in characterize_using_two_point()
213 uint32_t *coeff_b) in characterize_using_vref()
232 static uint32_t calculate_voltage_linear(uint32_t adc_reading, uint32_t coeff_a, uint32_t coeff_b) in calculate_voltage_linear()
/hal_espressif-3.7.0/components/esp_adc/esp32s2/
Dadc_cali_line_fitting.c58 uint32_t coeff_b; ///< Offset of ADC-Voltage curve member
220 uint32_t *coeff_b) in characterize_using_two_point()
/hal_espressif-3.7.0/components/esp_adc/deprecated/include/
Desp_adc_cal_types_legacy.h39 uint32_t coeff_b; /**< Offset of ADC-Voltage curve*/ member
/hal_espressif-3.7.0/zephyr/port/include/
Desp_adc_cal.h40 uint32_t coeff_b; /**< Offset of ADC-Voltage curve*/ member
/hal_espressif-3.7.0/components/esp_adc/esp32c2/
Dadc_cali_line_fitting.c43 uint32_t coeff_b; ///< Offset of ADC-Voltage characteristics member
/hal_espressif-3.7.0/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c112 uint32_t *coeff_b) in characterize_using_two_point()
/hal_espressif-3.7.0/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c110 uint32_t *coeff_b) in characterize_using_two_point()
/hal_espressif-3.7.0/components/esp_adc/
Dadc_cali_curve_fitting.c48 uint32_t coeff_b; ///< Offset of ADC-Voltage curve member