Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
uart_event::uart_event_data Union Reference

Event data. More...

#include <uart.h>

Data Fields

struct uart_event_tx tx
 uart_event_type::UART_TX_DONE and uart_event_type::UART_TX_ABORTED events data. More...
 
struct uart_event_rx rx
 uart_event_type::UART_RX_RDY event data. More...
 
struct uart_event_rx_buf rx_buf
 uart_event_type::UART_RX_BUF_RELEASED event data. More...
 
struct uart_event_rx_stop rx_stop
 uart_event_type::UART_RX_STOPPED event data. More...
 

Detailed Description

Event data.

Field Documentation

◆ rx

struct uart_event_rx uart_event::uart_event_data::rx

◆ rx_buf

struct uart_event_rx_buf uart_event::uart_event_data::rx_buf

◆ rx_stop

struct uart_event_rx_stop uart_event::uart_event_data::rx_stop

◆ tx

struct uart_event_tx uart_event::uart_event_data::tx

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