MeterLogger
Data Fields
UartRxBuff Struct Reference

#include <include/driver/uart.h>

Collaboration diagram for UartRxBuff:

Data Fields

uint32 UartRxBuffSize
 
uint8pUartRxBuff
 
uint8pWritePos
 
uint8pReadPos
 
STATUS RxBuffState
 
uint32 Space
 

Detailed Description

Definition at line 168 of file uart.h.

Field Documentation

◆ pReadPos

uint8* UartRxBuff::pReadPos

Definition at line 172 of file uart.h.

◆ pUartRxBuff

uint8* UartRxBuff::pUartRxBuff

Definition at line 170 of file uart.h.

◆ pWritePos

uint8* UartRxBuff::pWritePos

Definition at line 171 of file uart.h.

◆ RxBuffState

STATUS UartRxBuff::RxBuffState

Definition at line 173 of file uart.h.

◆ Space

uint32 UartRxBuff::Space

Definition at line 174 of file uart.h.

◆ UartRxBuffSize

uint32 UartRxBuff::UartRxBuffSize

Definition at line 169 of file uart.h.


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