UART pins config Structures. More...
#include <app_uart.h>
Public Attributes | |
app_uart_pin_t | tx |
app_uart_pin_t | rx |
app_uart_pin_t | cts |
app_uart_pin_t | rts |
UART pins config Structures.
Definition at line 148 of file app_uart.h.
app_uart_pin_t app_uart_pin_cfg_t::cts |
Set the configuration of UART CTS pin.
Definition at line 152 of file app_uart.h.
app_uart_pin_t app_uart_pin_cfg_t::rts |
Set the configuration of UART RTS pin.
Definition at line 153 of file app_uart.h.
app_uart_pin_t app_uart_pin_cfg_t::rx |
Set the configuration of UART RX pin.
Definition at line 151 of file app_uart.h.
app_uart_pin_t app_uart_pin_cfg_t::tx |
Set the configuration of UART TX pin.
Definition at line 150 of file app_uart.h.