Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_adc/include/esp_adc/
Dadc_continuous.h55 …uint32_t max_store_buf_size; ///< Max length of the conversion Results that driver can store, i… member
/hal_espressif-latest/components/driver/deprecated/driver/
Dadc_types_legacy.h118 …uint32_t max_store_buf_size; ///< Max length of the converted data that driver can store before… member
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c115 …adc_ctx->ringbuf_storage = heap_caps_calloc(1, hdl_config->max_store_buf_size, MALLOC_CAP_INTERNAL… in adc_continuous_new_handle()
123 …adc_ctx->ringbuf_hdl = xRingbufferCreateStatic(hdl_config->max_store_buf_size, RINGBUF_TYPE_BYTEBU… in adc_continuous_new_handle()
/hal_espressif-latest/components/driver/deprecated/
Dadc_dma_legacy.c196 …s_adc_digi_ctx->ringbuf_hdl = xRingbufferCreate(init_config->max_store_buf_size, RINGBUF_TYPE_BYTE… in adc_digi_initialize()