app_uart_tx_buf_t Struct Reference

UART buffer structure definition. More...

#include <app_uart.h>

Data Fields

uint8_t * tx_buf
 
uint32_t tx_buf_size
 

Detailed Description

UART buffer structure definition.

Field Documentation

◆ tx_buf

uint8_t* app_uart_tx_buf_t::tx_buf

Pointer to the TX buffer.

◆ tx_buf_size

uint32_t app_uart_tx_buf_t::tx_buf_size

Size of the TX buffer.


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