app_uart_comm_params_t

nRF5 SDK v10.0.0

nRF51 SDK v10.0.0

UART communication structure holding configuration settings for the peripheral. More...

#include <app_uart.h>

Detailed Description

UART communication structure holding configuration settings for the peripheral.

Field Documentation

uint32_t app_uart_comm_params_t::baud_rate

Baud rate configuration.

uint8_t app_uart_comm_params_t::cts_pin_no

CTS pin number, only used if flow control is enabled.

app_uart_flow_control_t app_uart_comm_params_t::flow_control

Flow control setting, if flow control is used, the system will use low power UART mode, based on CTS signal.

uint8_t app_uart_comm_params_t::rts_pin_no

RTS pin number, only used if flow control is enabled.

uint8_t app_uart_comm_params_t::rx_pin_no

RX pin number.

uint8_t app_uart_comm_params_t::tx_pin_no

TX pin number.

bool app_uart_comm_params_t::use_parity

Even parity if TRUE, no parity if FALSE.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .