xRingbufferCreateWithCaps() function
Creates a ring buffer with specific memory capabilities This function is similar to xRingbufferCreate(), except that it allows the memory allocated for the ring buffer to have specific capabilities (e.g., MALLOC_CAP_INTERNAL).
Arguments
xBufferSize
Size of the buffer in bytes
xBufferType
Type of ring buffer, see documentation.
uxMemoryCaps
Memory capabilities of the queue's memory (see esp_heap_caps.h)
Return value
Handle to the created ring buffer or NULL on failure.
Notes
A queue created using this function must only be deleted using vRingbufferDeleteWithCaps()