pub unsafe extern "C" fn xRingbufferRemoveFromQueueSetRead(
    xRingbuffer: *mut c_void,
    xQueueSet: *mut QueueDefinition
) -> i32
Expand description

@brief Remove the ring buffer from a queue set

This function removes a ring buffer from a queue set. The ring buffer must have been previously added to the queue set using xRingbufferAddToQueueSetRead().

@param[in] xRingbuffer Ring buffer to remove from the queue set @param[in] xQueueSet Queue set to remove the ring buffer from

@return - pdTRUE on success - pdFALSE otherwise