Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dadc_hal.h59 uint32_t eof_step; ///< Number of linked descriptors that is one eof member
78 uint32_t eof_step; ///< Number of linked descriptors that is one eof member
/hal_espressif-latest/components/hal/
Dadc_hal.c100 hal->eof_step = config->eof_step; in adc_hal_dma_ctx_config()
233 …_descriptor_t *desc, uint8_t *data_buf, uint32_t per_eof_size, uint32_t eof_step, uint32_t eof_num) in adc_hal_digi_dma_link_descriptors() argument
243 for (int i = 0; i < eof_step; i++) { in adc_hal_digi_dma_link_descriptors()
277 …x_desc, data_buf, hal->eof_num * SOC_ADC_DIGI_DATA_BYTES_PER_CONV, hal->eof_step, hal->eof_desc_nu… in adc_hal_digi_start()
325 for (int i = 1; i < hal->eof_step; i++) { in adc_hal_get_reading_result()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c316 .eof_step = dma_desc_num_per_frame, in adc_digi_initialize()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c230 .eof_step = dma_desc_num_per_frame, in adc_continuous_new_handle()