|
OneWay
3.0-3-ge9d4fa4
|
#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 |
used as buffer area for IRQ rx/tx
| char* uartStruct::rx_buffer |
rx buffer area
| volatile uint8_t uartStruct::rx_flag |
an IRQ rx string is received.
| volatile uint8_t uartStruct::rxIdx |
rx index
| char* uartStruct::tx_buffer |
tx buffer area
| volatile uint8_t uartStruct::tx_flag |
the IRQ tx has been completed.
| volatile uint8_t uartStruct::txIdx |
tx index
1.8.13