![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
UART buffer for transmitting/receiving data.
| 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.