Home | History | Annotate | Download | only in Containers

Lines Matching defs:Read

59 /** Read or copy elements from the FIFO.

61 This function allows one to read one or more elements, as specified by Count,
66 to be read. If multiple elements are to be read, the elements are expected
70 @param[out] pElement Pointer to where to store the element(s) read from the FIFO.
72 @param[in] Consume If TRUE, consume read elements. Otherwise, preserve.
75 @retval >=0 The number of elements read from the FIFO.
110 /** Determine number of items available to read from the FIFO.
165 /** Get the FIFO's current Read Index.
185 cFIFO_Dequeue Read; ///< Read an element from the FIFO.
196 cFIFO_GetRDex GetRDex; ///< Get a copy of the current Read Index.
203 UINT32 ReadIndex; ///< Index of next element to Read.