TMPM4G9
V1.0.0.0
|
Send information. More...
#include <bsp_uart_io.h>
Data Fields | |
volatile UartIOTxState | state |
uint32_t | wp |
uint32_t | rp |
uint8_t | buff [UART_IO_SEND_MAX] |
Send information.
Private Member.
uint8_t buff |
Send data.
uint32_t rp |
Read pointer(Now, no use).
volatile UartIOTxState state |
Status.
uint32_t wp |
Write pointer.