app_uart_mode_t Struct Reference

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...
 

Detailed Description

UART operate mode Enumerations definition.

Definition at line 139 of file app_uart.h.

Member Data Documentation

◆ rx_dma_channel

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.

◆ tx_dma_channel

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.

◆ type

app_uart_type_t app_uart_mode_t::type

Specifies the operation mode of UART.

Definition at line 141 of file app_uart.h.


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