TMPM4G9
V1.0.0.0
|
Receive information. More...
#include <bsp_uart_io.h>
Data Fields | |
volatile UartIORxState | state |
volatile uint32_t | wp |
volatile uint32_t | rp |
volatile uint32_t | length |
volatile uint8_t | buff [UART_IO_RECEIVE_MAX] |
Receive information.
Private Member.
volatile uint8_t buff |
Receive data.
volatile uint32_t length |
Num of receive data.
volatile uint32_t rp |
Read pointer(Now, no use).
volatile UartIORxState state |
Status.
volatile uint32_t wp |
Write pointer.