4.4.1.2.1 CIRCBUF_Dequeue()
BUFFER_RETURN_CODE_t CIRCBUF_Dequeue (CIRCULAR_BUFFER_t * buffer, uint8_t * data)
Pulls data from the circular buffer if it's available.
buffer |
- Circular buffer address |
data |
- Output data variable address |
status - Result of the retrieval process |