|
Open Garden
0.10.1-21
|
#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 |
Check if something is wrong in the definitions
Check if something is wrong in the definitions
Structure with IO buffers and indexes
| char* uartStruct::rx_buffer |
receive buffer.
| volatile uint8_t uartStruct::rx_flag |
flags.
| volatile uint8_t uartStruct::rxIdx |
flags.
| char* uartStruct::tx_buffer |
transmit buffer.
| volatile uint8_t uartStruct::tx_flag |
flags.
| volatile uint8_t uartStruct::txIdx |
flags.
1.8.13