mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

app_uart_buffers_t Struct Reference

app_uart_buffers_t Struct Reference
[UART module]

UART buffer for transmitting/receiving data. More...

#include <app_uart.h>

Data Fields

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.

Detailed Description

UART buffer for transmitting/receiving data.

Definition at line 56 of file app_uart.h.


Field Documentation

uint8_t* rx_buf

Pointer to the RX buffer.

Definition at line 58 of file app_uart.h.

uint32_t rx_buf_size

Size of the RX buffer.

Definition at line 59 of file app_uart.h.

uint8_t* tx_buf

Pointer to the TX buffer.

Definition at line 60 of file app_uart.h.

uint32_t tx_buf_size

Size of the TX buffer.

Definition at line 61 of file app_uart.h.