Home
last modified time | relevance | path

Searched refs:conv_frame_size (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_adc/include/esp_adc/
Dadc_continuous.h56 …uint32_t conv_frame_size; ///< Conversion frame size, in bytes. This should be in multiples … member
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c106 …ESP_RETURN_ON_FALSE((hdl_config->conv_frame_size % SOC_ADC_DIGI_DATA_BYTES_PER_CONV == 0), ESP_ERR… in adc_continuous_new_handle()
130 …adc_ctx->rx_dma_buf = heap_caps_calloc(1, hdl_config->conv_frame_size * INTERNAL_BUF_NUM, MALLOC_C… in adc_continuous_new_handle()
137 …uint32_t dma_desc_num_per_frame = (hdl_config->conv_frame_size + DMA_DESCRIPTOR_BUFFER_MAX_SIZE_4B… in adc_continuous_new_handle()
232 .eof_num = hdl_config->conv_frame_size / SOC_ADC_DIGI_DATA_BYTES_PER_CONV in adc_continuous_new_handle()