app_uart_mode_t Struct Reference

UART operate mode Enumerations definition. More...

#include <app_uart.h>

Data Fields

app_uart_type_t type
 
dma_channel_t tx_dma_channel
 
dma_channel_t rx_dma_channel
 

Detailed Description

UART operate mode Enumerations definition.

Field Documentation

◆ rx_dma_channel

dma_channel_t app_uart_mode_t::rx_dma_channel

Specifies the dma channel of UART RX.

◆ tx_dma_channel

dma_channel_t app_uart_mode_t::tx_dma_channel

Specifies the dma channel of UART TX.

◆ type

app_uart_type_t app_uart_mode_t::type

Specifies the operation mode of UART.


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