app_uart_pin_cfg_t Struct Reference

UART pins config Structures. More...

#include <app_uart.h>

+ Collaboration diagram for app_uart_pin_cfg_t:

Public Attributes

app_uart_pin_t tx
 Set the configuration of UART TX pin. More...
 
app_uart_pin_t rx
 Set the configuration of UART RX pin. More...
 
app_uart_pin_t cts
 Set the configuration of UART CTS pin. More...
 
app_uart_pin_t rts
 Set the configuration of UART RTS pin. More...
 

Detailed Description

UART pins config Structures.

Definition at line 142 of file app_uart.h.

Member Data Documentation

◆ cts

app_uart_pin_t app_uart_pin_cfg_t::cts

Set the configuration of UART CTS pin.

Definition at line 146 of file app_uart.h.

◆ rts

app_uart_pin_t app_uart_pin_cfg_t::rts

Set the configuration of UART RTS pin.

Definition at line 147 of file app_uart.h.

◆ rx

app_uart_pin_t app_uart_pin_cfg_t::rx

Set the configuration of UART RX pin.


Definition at line 145 of file app_uart.h.

◆ tx

app_uart_pin_t app_uart_pin_cfg_t::tx

Set the configuration of UART TX pin.


Definition at line 144 of file app_uart.h.


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