Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 55 of file app_uart.h.
Field Documentation
uint8_t* rx_buf |
Pointer to the RX buffer.
Definition at line 57 of file app_uart.h.
uint32_t rx_buf_size |
Size of the RX buffer.
Definition at line 58 of file app_uart.h.
uint8_t* tx_buf |
Pointer to the TX buffer.
Definition at line 59 of file app_uart.h.
uint32_t tx_buf_size |
Size of the TX buffer.
Definition at line 60 of file app_uart.h.
Generated on Tue Jul 12 2022 20:04:44 by
