Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/driver/esp32c3/
Dadc.c575 …ADC_CHECK(config->sample_freq_hz <= SOC_ADC_SAMPLE_FREQ_THRES_HIGH && config->sample_freq_hz >= SO… in adc_digi_controller_config()
580 s_adc_digi_ctx->digi_controller_config.sample_freq_hz = config->sample_freq_hz; in adc_digi_controller_config()
/hal_espressif-2.7.6/components/hal/esp32c3/
Dadc_hal.c80 …NUM_DEFAULT + ADC_LL_CLKM_DIV_A_DEFAULT / ADC_LL_CLKM_DIV_B_DEFAULT + 1) / 2 / cfg->sample_freq_hz; in adc_hal_digi_controller_config()
/hal_espressif-2.7.6/components/hal/include/hal/
Dadc_types.h290 uint32_t sample_freq_hz; /*!< The expected ADC sampling frequency in Hz. Range: 611Hz ~ 83333Hz member
/hal_espressif-2.7.6/examples/peripherals/adc/esp32c3/adc/main/
Dadc_dma_example_main.c31 .sample_freq_hz = 620, in continuous_adc_init()
/hal_espressif-2.7.6/components/driver/test/
Dtest_adc_dma.c134 .sample_freq_hz = 83333, in continuous_adc_init()
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dadc.rst62 …- For continuous (DMA) read mode, the ADC sampling frequency (the ``sample_freq_hz`` member of :cp…