|
GPS Device
|
Functions | |
| ERR_te | cbuf_read (CBUF_HANDLE_ts *cbuf_handle, uint8_t *output_buf_o) |
| Reads all available data from the circular buffer. | |
| ERR_te | cbuf_write (CBUF_HANDLE_ts *cbuf_handle, uint8_t *input_buf, uint32_t input_len) |
| Writes data from an input buffer into the circular buffer. | |
| ERR_te | cbuf_len (CBUF_HANDLE_ts const *cbuf_handle, uint8_t *len_o) |
| Returns the number of bytes currently stored in the circular buffer. | |
| ERR_te cbuf_read | ( | CBUF_HANDLE_ts * | cbuf_handle, |
| uint8_t * | output_buf_o ) |
Reads all available data from the circular buffer.
Reads all available data from the circular buffer into an output buffer.
Definition at line 22 of file cbuf.c.


| ERR_te cbuf_write | ( | CBUF_HANDLE_ts * | cbuf_handle, |
| uint8_t * | input_buf, | ||
| uint32_t | input_len ) |
Writes data from an input buffer into the circular buffer.
Definition at line 41 of file cbuf.c.


| ERR_te cbuf_len | ( | CBUF_HANDLE_ts const * | cbuf_handle, |
| uint8_t * | len_o ) |