nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
app_uart_buffers_t Struct Reference

Data Fields

uint8_t * rx_buf
 
uint32_t rx_buf_size
 
uint8_t * tx_buf
 
uint32_t tx_buf_size
 

Field Documentation

uint8_t* rx_buf

Pointer to the RX buffer.

uint32_t rx_buf_size

Size of the RX buffer.

uint8_t* tx_buf

Pointer to the TX buffer.

uint32_t tx_buf_size

Size of the TX buffer.