Lines Matching full:from

70     /** @cond */    //Doxygen command to hide this structure from API Reference
157 * Attempt to insert an item into the ring buffer from an ISR. This function
180 * @brief Acquire memory from the ring buffer to be written to by an external
188 * will not be able to be read from the ring buffer until this item is actually
224 * @brief Retrieve an item from the ring buffer
226 * Attempt to retrieve an item from the ring buffer. This function will block
229 * @param[in] xRingbuffer Ring buffer to retrieve the item from
242 * @brief Retrieve an item from the ring buffer in an ISR
244 * Attempt to retrieve an item from the ring buffer. This function returns immediately
247 * @param[in] xRingbuffer Ring buffer to retrieve the item from
262 * @brief Retrieve a split item from an allow-split ring buffer
264 * Attempt to retrieve a split item from an allow-split ring buffer. If the item
269 * @param[in] xRingbuffer Ring buffer to retrieve the item from
291 * @brief Retrieve a split item from an allow-split ring buffer in an ISR
293 * Attempt to retrieve a split item from an allow-split ring buffer. If the item
298 * @param[in] xRingbuffer Ring buffer to retrieve the item from
318 * @brief Retrieve bytes from a byte buffer, specifying the maximum amount of bytes to retrieve
320 * Attempt to retrieve data from a byte buffer whilst specifying a maximum number
324 * @param[in] xRingbuffer Ring buffer to retrieve the item from
345 * @brief Retrieve bytes from a byte buffer, specifying the maximum amount of
346 * bytes to retrieve. Call this from an ISR.
348 * Attempt to retrieve bytes from a byte buffer whilst specifying a maximum number
352 * @param[in] xRingbuffer Ring buffer to retrieve the item from
370 * @param[in] xRingbuffer Ring buffer the item was retrieved from
378 * @brief Return a previously-retrieved item to the ring buffer from an ISR
380 * @param[in] xRingbuffer Ring buffer the item was retrieved from
458 * This API checks if queue set member returned from xQueueSelectFromSet()
463 * @param[in] xMember Member returned from xQueueSelectFromSet
472 * @brief Remove the ring buffer's read semaphore from a queue set.
474 * This specifically removes a ring buffer's read semaphore from a queue set. The
477 * @param[in] xRingbuffer Ring buffer to remove from the queue set
478 * @param[in] xQueueSet Queue set to remove the ring buffer's read semaphore from
493 * @param[in] xRingbuffer Ring buffer to remove from the queue set