OneWay  3.0-3-ge9d4fa4
Data Fields
uartStruct Struct Reference

#include <uart.h>

Data Fields

char * rx_buffer
 
char * tx_buffer
 
volatile uint8_t rx_flag
 
volatile uint8_t tx_flag
 
volatile uint8_t rxIdx
 
volatile uint8_t txIdx
 

Detailed Description

used as buffer area for IRQ rx/tx

Field Documentation

◆ rx_buffer

char* uartStruct::rx_buffer

rx buffer area

◆ rx_flag

volatile uint8_t uartStruct::rx_flag

an IRQ rx string is received.

◆ rxIdx

volatile uint8_t uartStruct::rxIdx

rx index

◆ tx_buffer

char* uartStruct::tx_buffer

tx buffer area

◆ tx_flag

volatile uint8_t uartStruct::tx_flag

the IRQ tx has been completed.

◆ txIdx

volatile uint8_t uartStruct::txIdx

tx index


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