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

UART TX event data. More...

#include <uart.h>

Data Fields

const uint8_tbuf
 Pointer to current buffer. More...
 
size_t len
 Number of bytes sent. More...
 

Detailed Description

UART TX event data.

Field Documentation

◆ buf

const uint8_t* uart_event_tx::buf

Pointer to current buffer.

◆ len

size_t uart_event_tx::len

Number of bytes sent.


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