firmware
IEM Firmware Documentation
Loading...
Searching...
No Matches
xStreamBufferSpacesAvailable
Collaboration diagram for xStreamBufferSpacesAvailable:

stream_buffer.h

struct StreamBufferDef_t * StreamBufferHandle_t
Definition stream_buffer.h:79
size_t xStreamBufferSpacesAvailable(StreamBufferHandle_t xStreamBuffer) PRIVILEGED_FUNCTION

Queries a stream buffer to see how much free space it contains, which is equal to the amount of data that can be sent to the stream buffer before it is full.

configUSE_STREAM_BUFFERS must be set to 1 in for FreeRTOSConfig.h for xStreamBufferSpacesAvailable() to be available.

Parameters
xStreamBufferThe handle of the stream buffer being queried.
Returns
The number of bytes that can be written to the stream buffer before the stream buffer would be full.