UART pins Structures. More...
#include <app_uart.h>
Public Attributes | |
app_io_type_t | type |
Specifies the type of UART IO. More... | |
app_io_mux_t | mux |
Specifies the Peripheral to be connected to the selected pins. More... | |
uint32_t | pin |
Specifies the IO pins to be configured. More... | |
app_io_pull_t | pull |
Specifies the Pull-up or Pull-Down activation for the selected pins. More... | |
UART pins Structures.
Definition at line 129 of file app_uart.h.
app_io_mux_t app_uart_pin_t::mux |
Specifies the Peripheral to be connected to the selected pins.
Definition at line 132 of file app_uart.h.
uint32_t app_uart_pin_t::pin |
Specifies the IO pins to be configured.
This parameter can be any value of Defines.
Definition at line 133 of file app_uart.h.
app_io_pull_t app_uart_pin_t::pull |
Specifies the Pull-up or Pull-Down activation for the selected pins.
Definition at line 135 of file app_uart.h.
app_io_type_t app_uart_pin_t::type |
Specifies the type of UART IO.
Definition at line 131 of file app_uart.h.