Home
last modified time | relevance | path

Searched refs:eof_desc_num (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dadc_hal.h58 uint32_t eof_desc_num; ///< Number of dma descriptors that is eof member
77 uint32_t eof_desc_num; ///< Number of dma descriptors that is eof member
/hal_espressif-latest/components/hal/
Dadc_hal.c99 hal->eof_desc_num = config->eof_desc_num; in adc_hal_dma_ctx_config()
277 …desc, data_buf, hal->eof_num * SOC_ADC_DIGI_DATA_BYTES_PER_CONV, hal->eof_step, hal->eof_desc_num); in adc_hal_digi_start()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c315 .eof_desc_num = INTERNAL_BUF_NUM, in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c229 .eof_desc_num = INTERNAL_BUF_NUM, in adc_continuous_new_handle()