app_uart_dma_cfg_t Struct Reference

UART DMA configuration structure definition. More...

#include <app_uart.h>

Public Attributes

dma_regs_t * tx_dma_instance
 
dma_regs_t * rx_dma_instance
 
dma_channel_t tx_dma_channel
 
dma_channel_t rx_dma_channel
 

Detailed Description

UART DMA configuration structure definition.

Definition at line 153 of file app_uart.h.

Member Data Documentation

◆ rx_dma_channel

dma_channel_t app_uart_dma_cfg_t::rx_dma_channel

Specifies the dma channel of UART RX.

Definition at line 158 of file app_uart.h.

◆ rx_dma_instance

dma_regs_t* app_uart_dma_cfg_t::rx_dma_instance

Specifies the RX DMA inistall.

Definition at line 156 of file app_uart.h.

◆ tx_dma_channel

dma_channel_t app_uart_dma_cfg_t::tx_dma_channel

Specifies the dma channel of UART TX.

Definition at line 157 of file app_uart.h.

◆ tx_dma_instance

dma_regs_t* app_uart_dma_cfg_t::tx_dma_instance

Specifies the TX DMA inistall.

Definition at line 155 of file app_uart.h.


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