MeterLogger
Data Fields
UartBuffer Struct Reference

#include <include/driver/uart.h>

Collaboration diagram for UartBuffer:

Data Fields

uint32 UartBuffSize
 
uint8pUartBuff
 
uint8pInPos
 
uint8pOutPos
 
STATUS BuffState
 
uint16 Space
 
uint8 TcpControl
 
struct UartBuffernextBuff
 

Detailed Description

Definition at line 157 of file uart.h.

Field Documentation

◆ BuffState

STATUS UartBuffer::BuffState

Definition at line 162 of file uart.h.

◆ nextBuff

struct UartBuffer* UartBuffer::nextBuff

Definition at line 165 of file uart.h.

◆ pInPos

uint8* UartBuffer::pInPos

Definition at line 160 of file uart.h.

◆ pOutPos

uint8* UartBuffer::pOutPos

Definition at line 161 of file uart.h.

◆ pUartBuff

uint8* UartBuffer::pUartBuff

Definition at line 159 of file uart.h.

◆ Space

uint16 UartBuffer::Space

Definition at line 163 of file uart.h.

◆ TcpControl

uint8 UartBuffer::TcpControl

Definition at line 164 of file uart.h.

◆ UartBuffSize

uint32 UartBuffer::UartBuffSize

Definition at line 158 of file uart.h.


The documentation for this struct was generated from the following file: