nRF51 SDK - S110 SoftDevice
|
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.