Open Garden  0.10.1-21
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

Check if something is wrong in the definitions

Check if something is wrong in the definitions

Structure with IO buffers and indexes

Field Documentation

◆ rx_buffer

char* uartStruct::rx_buffer

receive buffer.

◆ rx_flag

volatile uint8_t uartStruct::rx_flag

flags.

◆ rxIdx

volatile uint8_t uartStruct::rxIdx

flags.

◆ tx_buffer

char* uartStruct::tx_buffer

transmit buffer.

◆ tx_flag

volatile uint8_t uartStruct::tx_flag

flags.

◆ txIdx

volatile uint8_t uartStruct::txIdx

flags.


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