Home
last modified time | relevance | path

Searched refs:conv_limit_en (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.4.0/components/driver/include/driver/
Dadc_types_deprecated.h55 … bool conv_limit_en; /*!<Enable the function of limiting ADC conversion times. member
125 … bool conv_limit_en; /*!<Enable the function of limiting ADC conversion times. member
184 … bool conv_limit_en; /*!<Enable the function of limiting ADC conversion times. member
Dadc.h439 …bool conv_limit_en; ///< To limit ADC conversion times. Conversion stops afte… member
/hal_espressif-3.4.0/components/driver/
Dadc.c576 …ESP_RETURN_ON_FALSE(config->conv_limit_en == 1, ESP_ERR_INVALID_ARG, ADC_TAG, "`conv_limit_en` sho… in adc_digi_controller_configure()
591 s_adc_digi_ctx->hal_digi_ctrlr_cfg.conv_limit_en = config->conv_limit_en; in adc_digi_controller_configure()
902 s_adc_digi_ctx->hal_digi_ctrlr_cfg.conv_limit_en = config->conv_limit_en; in adc_digi_controller_config()
Dadc_deprecated.c154 if (cfg->conv_limit_en) { in adc_digi_controller_reg_set()
196 .conv_limit_en = ADC_MEAS_NUM_LIM_DEFAULT, in adc_i2s_mode_init()
547 if (cfg->conv_limit_en) { in adc_digi_controller_reg_set()
/hal_espressif-3.4.0/components/hal/include/hal/
Dadc_hal.h87 …bool conv_limit_en; //1: adc conversion will stop when `conv_limit_num… member
/hal_espressif-3.4.0/examples/peripherals/adc/dma_read/main/
Dadc_dma_example_main.c70 .conv_limit_en = ADC_CONV_LIMIT_EN, in continuous_adc_init()
/hal_espressif-3.4.0/components/driver/test/adc_dma_test/
Dtest_esp32s2.c401 .conv_limit_en = false, in test_adc_dig_dma_single_unit()
510 .conv_limit_en = false, in test_adc_dig_scope_debug_unit()
/hal_espressif-3.4.0/components/driver/test/
Dtest_adc.c130 .conv_limit_en = 0, in continuous_adc_init()
/hal_espressif-3.4.0/components/hal/
Dadc_hal.c283 if (cfg->conv_limit_en) { in adc_hal_digi_controller_config()