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

Return value

Current free size, in bytes, available for an entry

Notes

An empty no-split buffer has a max current free size for an item that is limited to ((buffer_size/2)-header_size). See API reference for xRingbufferGetMaxItemSize().

References