TMPM4G9  V1.0.0.0
uart_io_private_rx_t Struct Reference

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]
 

Detailed Description

Receive information.

Private Member.

Field Documentation

§ buff

volatile uint8_t buff

Receive data.

§ length

volatile uint32_t length

Num of receive data.

§ rp

volatile uint32_t rp

Read pointer(Now, no use).

§ state

volatile UartIORxState state

Status.

§ wp

volatile uint32_t wp

Write pointer.


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