nRF5 SDK v15.0.0
Data Fields
app_uart_comm_params_t Struct Reference

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

#include <app_uart.h>

Data Fields

uint32_t rx_pin_no
 
uint32_t tx_pin_no
 
uint32_t rts_pin_no
 
uint32_t cts_pin_no
 
app_uart_flow_control_t flow_control
 
bool use_parity
 
uint32_t baud_rate
 

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.

uint32_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.

uint32_t app_uart_comm_params_t::rts_pin_no

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

uint32_t app_uart_comm_params_t::rx_pin_no

RX pin number.

uint32_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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated