Searched refs:ringbuf_storage (Results 1 – 2 of 2) sorted by relevance
67 void* ringbuf_storage; //Ringbuffer storage buffer member
115 …adc_ctx->ringbuf_storage = heap_caps_calloc(1, hdl_config->max_store_buf_size, MALLOC_CAP_INTERNAL… in adc_continuous_new_handle()117 if (!adc_ctx->ringbuf_storage || !adc_ctx->ringbuf_struct) { in adc_continuous_new_handle()123 …tatic(hdl_config->max_store_buf_size, RINGBUF_TYPE_BYTEBUF, adc_ctx->ringbuf_storage, adc_ctx->rin… in adc_continuous_new_handle()455 free(handle->ringbuf_storage); in adc_continuous_deinit()