UART buffer structure definition. More...
#include <app_uart.h>
Public Attributes | |
uint8_t * | tx_buf |
Pointer to the TX buffer. More... | |
uint32_t | tx_buf_size |
Size of the TX buffer. More... | |
UART buffer structure definition.
Definition at line 244 of file app_uart.h.
uint8_t* app_uart_tx_buf_t::tx_buf |
Pointer to the TX buffer.
Definition at line 247 of file app_uart.h.
uint32_t app_uart_tx_buf_t::tx_buf_size |
Size of the TX buffer.
Definition at line 248 of file app_uart.h.