|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
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.
| uart_error_callback_t uart_rx_state_t::frame_error_callback |
The frame error callback.
| 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.
| uart_error_callback_t uart_rx_state_t::parity_error_callback |
The parity error callback.
| uint8_t* uart_rx_state_t::rx_buffer |
The RX data buffer.
| uint16_t uart_rx_state_t::rx_buffer_size |
The size of the receive buffer.
| uart_rx_callback_t uart_rx_state_t::rx_callback |
The RX callback to make when the condition is met.
| uart_rx_condition_t uart_rx_state_t::rx_condition |
The condition under which an RX callback is made.
| uint16_t uart_rx_state_t::rx_condition_size |
The size relating the condition.