![]() |
no-OS
|
Circular buffer descriptor. More...
#include <no_os_circular_buffer.h>
Public Attributes | |
| uint32_t | size |
| int8_t * | buff |
| struct no_os_cb_ptr | write |
| struct no_os_cb_ptr | read |
Circular buffer descriptor.
| int8_t* no_os_circular_buffer::buff |
Address of the buffer
| struct no_os_cb_ptr no_os_circular_buffer::read |
Read pointer
| uint32_t no_os_circular_buffer::size |
Size of the buffer in bytes
| struct no_os_cb_ptr no_os_circular_buffer::write |
Write pointer