xRingbufferReceiveUpToFromISR() is only used within ESP-IDF.
 
Symbols
loading (1/5)...
Files
loading (3/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

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

Notes

A call to vRingbufferReturnItemFromISR() is required after this to free up the data received. This function should only be called on byte buffers Byte buffers do not allow multiple retrievals before returning an item

References