Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
uart_event_rx_stop Struct Reference

UART RX stopped data. More...

#include <uart.h>

Data Fields

enum uart_rx_stop_reason reason
 Reason why receiving stopped. More...
 
struct uart_event_rx data
 Last received data. More...
 

Detailed Description

UART RX stopped data.

Field Documentation

◆ data

struct uart_event_rx uart_event_rx_stop::data

Last received data.

◆ reason

enum uart_rx_stop_reason uart_event_rx_stop::reason

Reason why receiving stopped.


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