EVE 1.0
data_buffer_t Struct Reference

#include <data-buffer.h>

Data Fields

void * Ptr
 
uint16_t Length
 
uint16_t Pos
 

Detailed Description

Generic data buffer

Definition at line 49 of file data-buffer.h.

Field Documentation

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().