firmware
IEM Firmware Documentation
|
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.
xStreamBuffer | The handle of the stream buffer being queried. |