ESP-IDF + 0/2 examples
SourceVu will show references to xRingbufferReceiveUpTo() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- Pointer to the retrieved item on success; *pxItemSize filled with the length of the item. - NULL on timeout, *pxItemSize is untouched in that case.

Notes

A call to vRingbufferReturnItem() is required after this to free up the data retrieved. This function should only be called on byte buffers Byte buffers do not allow multiple retrievals before returning an item Two calls to RingbufferReceiveUpTo() are required if the bytes wrap around the end of the ring buffer.

References

from examples