Home
last modified time | relevance | path

Searched refs:ADC_ATTEN_DB_0 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_rtc_calib.c56 if (atten == ADC_ATTEN_DB_0) { in esp_efuse_rtc_calib_get_init_code()
96 if (atten == ADC_ATTEN_DB_0) { in esp_efuse_rtc_calib_get_cal_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()
126 if (config->atten == ADC_ATTEN_DB_0) { in check_valid()
/hal_espressif-latest/components/hal/include/hal/
Dadc_types.h43 ADC_ATTEN_DB_0 = 0, ///<No input attenuation, ADC can measure up to approx. enumerator
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c67 case ADC_ATTEN_DB_0: in prepare_calib_data_for()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c69 case ADC_ATTEN_DB_0: in prepare_calib_data_for()
/hal_espressif-latest/components/esp_adc/esp32s2/
Dadc_cali_line_fitting.c178 case ADC_ATTEN_DB_0: in prepare_calib_data_for()