WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
uart_rx_state_t结构体 参考

The UART reception configuration parameters. 更多...

成员变量

uart_rx_callback_t rx_callback
 
uart_error_callback_t parity_error_callback
 
uart_error_callback_t frame_error_callback
 
uint8_t * rx_buffer
 
uint16_t rx_buffer_size
 
uint16_t rx_condition_size
 
uint16_t new_rx_pos
 
uart_rx_condition_t rx_condition
 

详细描述

The UART reception configuration parameters.

结构体成员变量说明

◆ frame_error_callback

uart_error_callback_t uart_rx_state_t::frame_error_callback

The frame error callback.

◆ new_rx_pos

uint16_t uart_rx_state_t::new_rx_pos

Index to the position in the RX buffer that is where new data should be put if (new_rx_pos == 0) the buffer is empty.

◆ parity_error_callback

uart_error_callback_t uart_rx_state_t::parity_error_callback

The parity error callback.

◆ rx_buffer

uint8_t* uart_rx_state_t::rx_buffer

The RX data buffer.

◆ rx_buffer_size

uint16_t uart_rx_state_t::rx_buffer_size

The size of the receive buffer.

◆ rx_callback

uart_rx_callback_t uart_rx_state_t::rx_callback

The RX callback to make when the condition is met.

◆ rx_condition

uart_rx_condition_t uart_rx_state_t::rx_condition

The condition under which an RX callback is made.

◆ rx_condition_size

uint16_t uart_rx_state_t::rx_condition_size

The size relating the condition.


该结构体的文档由以下文件生成: