pub unsafe extern "C" fn furi_stream_get_trigger_level(
stream_buffer: *mut FuriStreamBuffer,
) -> usizeExpand description
Get trigger level for stream buffer. A stream buffer’s trigger level is the number of bytes that must be in the stream buffer before a task that is blocked on the stream buffer to wait for data is moved out of the blocked state.
§Arguments
stream_buffer- The stream buffer instance
§Returns
The trigger level for the stream buffer