Searched refs:calculate_characterization_coefficients (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/zephyr/esp32c3/src/esp_adc_cal/ |
D | esp_adc_cal.c | 101 static void calculate_characterization_coefficients(const adc_calib_parsed_info_t *parsed_data, esp… in calculate_characterization_coefficients() function 159 calculate_characterization_coefficients(&efuse_parsed_data, chars); in esp_adc_cal_characterize()
|
/hal_espressif-latest/components/esp_adc/esp32s2/ |
D | adc_cali_line_fitting.c | 83 static bool calculate_characterization_coefficients(const adc_calib_parsed_info_t *parsed_data, cal… 115 success = calculate_characterization_coefficients(&efuse_parsed_data, chars); in adc_cali_create_scheme_line_fitting() 234 static bool calculate_characterization_coefficients(const adc_calib_parsed_info_t *parsed_data, cal… in calculate_characterization_coefficients() function
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32c3/ |
D | esp_adc_cal_legacy.c | 102 static void calculate_characterization_coefficients(const adc_calib_parsed_info_t *parsed_data, esp… in calculate_characterization_coefficients() function 149 calculate_characterization_coefficients(&efuse_parsed_data, chars); in esp_adc_cal_characterize()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32s3/ |
D | esp_adc_cal_legacy.c | 120 static void calculate_characterization_coefficients(const adc_calib_info_t *parsed_data, esp_adc_ca… in calculate_characterization_coefficients() function 148 calculate_characterization_coefficients(&calib_info, chars); in esp_adc_cal_characterize()
|
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 124 static bool calculate_characterization_coefficients(const adc_calib_parsed_info *parsed_data, esp_a… in calculate_characterization_coefficients() function 177 res = calculate_characterization_coefficients(&efuse_parsed_data, chars); in esp_adc_cal_characterize()
|
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/ |
D | esp_adc_cal_legacy.c | 126 static bool calculate_characterization_coefficients(const adc_calib_parsed_info *parsed_data, esp_a… in calculate_characterization_coefficients() function 179 res = calculate_characterization_coefficients(&efuse_parsed_data, chars); in esp_adc_cal_characterize()
|