Home
last modified time | relevance | path

Searched refs:SOC_ADC_ATTEN_NUM (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dadc_share_hw_ctrl.c64 static uint32_t s_adc_cali_param[SOC_ADC_PERIPH_NUM][SOC_ADC_ATTEN_NUM] = {};
110 static int s_adc_cali_chan_compens[SOC_ADC_MAX_CHANNEL_NUM][SOC_ADC_ATTEN_NUM] = {};
/hal_espressif-latest/components/esp_adc/
Dadc_common.c63 for (int j = 0; j < SOC_ADC_ATTEN_NUM; j++) { in adc_hw_calibration()
Dadc_cali_curve_fitting.c224 …ESP_RETURN_ON_FALSE(config->atten < SOC_ADC_ATTEN_NUM, ESP_ERR_INVALID_ARG, TAG, "invalid ADC atte… in check_valid()
Dadc_oneshot.c146 …ESP_RETURN_ON_FALSE(config->atten < SOC_ADC_ATTEN_NUM, ESP_ERR_INVALID_ARG, TAG, "invalid attenuat… in adc_oneshot_config_channel()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h63 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in118 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/zephyr/esp32c3/src/esp_adc_cal/
Desp_adc_cal.c142 if (atten >= SOC_ADC_ATTEN_NUM) { in esp_adc_cal_characterize()
/hal_espressif-latest/components/esp_adc/deprecated/esp32c3/
Desp_adc_cal_legacy.c136 …ESP_RETURN_ON_FALSE(atten < SOC_ADC_ATTEN_NUM, ESP_ADC_CAL_VAL_NOT_SUPPORTED, LOG_TAG, "Invalid at… in esp_adc_cal_characterize()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s3/
Desp_adc_cal_legacy.c138 …ESP_RETURN_ON_FALSE(atten < SOC_ADC_ATTEN_NUM, ESP_ADC_CAL_VAL_NOT_SUPPORTED, LOG_TAG, "Invalid at… in esp_adc_cal_characterize()
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c279 ESP_RETURN_ON_FALSE(atten < SOC_ADC_ATTEN_NUM, ESP_ERR_INVALID_ARG, ADC_TAG, "ADC Atten Err"); in adc1_config_channel_atten()
436 ESP_RETURN_ON_FALSE(atten <= SOC_ADC_ATTEN_NUM, ESP_ERR_INVALID_ARG, ADC_TAG, "ADC2 Atten Err"); in adc2_config_channel_atten()
749 ESP_RETURN_ON_FALSE((atten < SOC_ADC_ATTEN_NUM), ESP_ERR_INVALID_ARG, ADC_TAG, "ADC Atten Err"); in adc1_config_channel_atten()
Dadc_dma_legacy.c600 for (int j = 0; j < SOC_ADC_ATTEN_NUM; j++) { in adc_hw_calibration()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h119 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in186 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h101 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in214 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h89 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in190 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h97 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in234 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h93 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in250 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h114 #define SOC_ADC_ATTEN_NUM (4) macro
DKconfig.soc_caps.in238 config SOC_ADC_ATTEN_NUM config
/hal_espressif-latest/components/esp_adc/esp32s2/
Dadc_cali_line_fitting.c96 …ESP_RETURN_ON_FALSE(config->atten < SOC_ADC_ATTEN_NUM, ESP_ERR_INVALID_ARG, TAG, "invalid ADC atte… in adc_cali_create_scheme_line_fitting()
/hal_espressif-latest/components/esp_adc/esp32/
Dadc_cali_line_fitting.c161 …ESP_RETURN_ON_FALSE(config->atten < SOC_ADC_ATTEN_NUM, ESP_ERR_INVALID_ARG, TAG, "invalid ADC atte… in adc_cali_create_scheme_line_fitting()