UART buffer for transmitting/receiving data. More...
#include <app_uart.h>
Data Fields |
|
| uint8_t * | rx_buf |
| uint32_t | rx_buf_size |
| uint8_t * | tx_buf |
| uint32_t | tx_buf_size |
Detailed Description
UART buffer for transmitting/receiving data.
Field Documentation
| uint8_t* app_uart_buffers_t::rx_buf |
Pointer to the RX buffer.
| uint32_t app_uart_buffers_t::rx_buf_size |
Size of the RX buffer.
| uint8_t* app_uart_buffers_t::tx_buf |
Pointer to the TX buffer.
| uint32_t app_uart_buffers_t::tx_buf_size |
Size of the TX buffer.
- components/libraries/uart/app_uart.h