xRingbufferCreateNoSplit() function
Create a ring buffer of type RINGBUF_TYPE_NOSPLIT for a fixed item_size This API is similar to xRingbufferCreate(), but it will internally allocate additional space for the headers.
Arguments
xItemSize
Size of each item to be put into the ring buffer
xItemNum
Maximum number of items the buffer needs to hold simultaneously
Return value
A RingbufHandle_t handle to the created ring buffer, or NULL in case of error.
xRingbufferCreateNoSplit() calls 1 function:
![]()
xRingbufferCreateNoSplit()
xRingbufferCreateNoSplit() reads 1 variable:
![]()
xRingbufferCreateNoSplit()