UART IO configuration Structures. More...
#include <app_uart.h>
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... | |
UART IO configuration Structures.
Definition at line 128 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 132 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 133 of file app_uart.h.
app_uart_pin_t app_uart_pin_cfg_t::rx |
app_uart_pin_t app_uart_pin_cfg_t::tx |