Home
last modified time | relevance | path

Searched refs:ADC_ATTEN_DB_12 (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dadc2_init_cal.c29 adc_calc_hw_calibration_code(ADC_UNIT_2, ADC_ATTEN_DB_12); in adc2_init_code_calibration()
31 adc_set_hw_calibration_code(ADC_UNIT_2, ADC_ATTEN_DB_12); in adc2_init_code_calibration()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dadc2_init_cal.c29 adc_calc_hw_calibration_code(ADC_UNIT_2, ADC_ATTEN_DB_12); in adc2_init_code_calibration()
31 adc_set_hw_calibration_code(ADC_UNIT_2, ADC_ATTEN_DB_12); in adc2_init_code_calibration()
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_rtc_calib.c31 assert(atten <= ADC_ATTEN_DB_12); in esp_efuse_rtc_calib_get_init_code()
70 assert(atten <= ADC_ATTEN_DB_12); in esp_efuse_rtc_calib_get_cal_voltage()
/hal_espressif-latest/components/hal/include/hal/
Dadc_types.h46ADC_ATTEN_DB_12 = 3, ///<The input voltage of ADC will be attenuated extending the range of meas… enumerator
47 …ADC_ATTEN_DB_11 __attribute__((deprecated)) = ADC_ATTEN_DB_12, ///<This is deprecated, it behaves…
/hal_espressif-latest/components/esp_adc/deprecated/esp32/
Desp_adc_cal_legacy.c315 if (LUT_ENABLED && atten == ADC_ATTEN_DB_12) { in esp_adc_cal_characterize()
335 …if (LUT_ENABLED && (chars->atten == ADC_ATTEN_DB_12) && (adc_reading >= LUT_LOW_THRESH)) { //Chec… in esp_adc_cal_raw_to_voltage()
/hal_espressif-latest/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c321 if (LUT_ENABLED && atten == ADC_ATTEN_DB_12) { in esp_adc_cal_characterize()
341 …if (LUT_ENABLED && (chars->atten == ADC_ATTEN_DB_12) && (adc_reading >= LUT_LOW_THRESH)) { //Chec… in esp_adc_cal_raw_to_voltage()
/hal_espressif-latest/components/esp_adc/esp32c2/
Dadc_cali_line_fitting.c125 …ESP_RETURN_ON_FALSE((config->atten == ADC_ATTEN_DB_0 || config->atten == ADC_ATTEN_DB_12), ESP_ERR… in check_valid()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c195 if (LUT_ENABLED && config->atten == ADC_ATTEN_DB_12) { in adc_cali_create_scheme_line_fitting()
256 …if (LUT_ENABLED && (ctx->atten == ADC_ATTEN_DB_12) && (raw >= LUT_LOW_THRESH)) { //Check if in no… in cali_raw_to_voltage()
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c76 case ADC_ATTEN_DB_12: in prepare_calib_data_for()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c78 case ADC_ATTEN_DB_12: in prepare_calib_data_for()
/hal_espressif-latest/components/esp_adc/esp32s2/
Dadc_cali_line_fitting.c187 case ADC_ATTEN_DB_12: in prepare_calib_data_for()
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c797 ESP_RETURN_ON_FALSE((atten <= ADC_ATTEN_DB_12), ESP_ERR_INVALID_ARG, ADC_TAG, "ADC2 Atten Err"); in adc2_config_channel_atten()