Home
last modified time | relevance | path

Searched refs:ADC_CONV_SINGLE_UNIT_2 (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/
Dadc_i2s_deprecated.c156 case ADC_CONV_SINGLE_UNIT_2: in adc_digi_controller_reg_set()
179 if (cfg->conv_mode & ADC_CONV_SINGLE_UNIT_2) { in adc_digi_controller_reg_set()
Dadc_dma_legacy.c534 …e if (config->conv_mode == ADC_CONV_SINGLE_UNIT_1 || config->conv_mode == ADC_CONV_SINGLE_UNIT_2) { in adc_digi_controller_configure()
/hal_espressif-latest/components/hal/include/hal/
Dadc_types.h70 ADC_CONV_SINGLE_UNIT_2 = 2, ///< Only use ADC2 for conversion enumerator
/hal_espressif-latest/components/hal/
Dadc_hal.c150 case ADC_CONV_SINGLE_UNIT_2: in get_convert_mode()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c523 …e if (config->conv_mode == ADC_CONV_SINGLE_UNIT_1 || config->conv_mode == ADC_CONV_SINGLE_UNIT_2) { in adc_continuous_config()