![]() |
EVE 1.0
|
#include <data-buffer.h>
Data Fields | |
void * | Ptr |
uint16_t | Length |
uint16_t | Pos |
Generic data buffer
Definition at line 49 of file data-buffer.h.
void* data_buffer_t::Ptr |
Pointer to the actual buffer
Definition at line 51 of file data-buffer.h.
uint16_t data_buffer_t::Length |
Length of the buffer
Definition at line 52 of file data-buffer.h.
uint16_t data_buffer_t::Pos |
Actual buffer position
Definition at line 53 of file data-buffer.h.
Referenced by UartDmaBytesReceived().