app_uart_pin_cfg_t Struct Reference

UART IO configuration Structures. More...

#include <app_uart.h>

Data Fields

app_uart_pin_t tx
 
app_uart_pin_t rx
 
app_uart_pin_t cts
 
app_uart_pin_t rts
 

Detailed Description

UART IO configuration Structures.

Field Documentation

◆ cts

app_uart_pin_t app_uart_pin_cfg_t::cts

Set the configuration of UART CTS pin.

◆ rts

app_uart_pin_t app_uart_pin_cfg_t::rts

Set the configuration of UART RTS pin.

◆ rx

app_uart_pin_t app_uart_pin_cfg_t::rx

Set the configuration of UART RX pin.

◆ tx

app_uart_pin_t app_uart_pin_cfg_t::tx

Set the configuration of UART TX pin.


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