Searched refs:max_store_buf_size (Results 1 – 4 of 4) sorted by relevance
55 …uint32_t max_store_buf_size; ///< Max length of the conversion Results that driver can store, i… member
118 …uint32_t max_store_buf_size; ///< Max length of the converted data that driver can store before… member
115 …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()
196 …s_adc_digi_ctx->ringbuf_hdl = xRingbufferCreate(init_config->max_store_buf_size, RINGBUF_TYPE_BYTE… in adc_digi_initialize()