UART operate mode Enumerations definition. More...
#include <app_uart.h>
Public Attributes | |
app_uart_type_t | type |
Specifies the operation mode of UART. More... | |
dma_channel_t | tx_dma_channel |
Specifies the dma channel of UART TX. More... | |
dma_channel_t | rx_dma_channel |
Specifies the dma channel of UART RX. More... | |
UART operate mode Enumerations definition.
Definition at line 139 of file app_uart.h.
dma_channel_t app_uart_mode_t::rx_dma_channel |
Specifies the dma channel of UART RX.
Definition at line 143 of file app_uart.h.
dma_channel_t app_uart_mode_t::tx_dma_channel |
Specifies the dma channel of UART TX.
Definition at line 142 of file app_uart.h.
app_uart_type_t app_uart_mode_t::type |
Specifies the operation mode of UART.
Definition at line 141 of file app_uart.h.