UART DMA configuration structure definition. More...
#include <app_uart.h>
Public Attributes | |
dma_regs_t * | tx_dma_instance |
Specifies the TX DMA instance. More... | |
dma_regs_t * | rx_dma_instance |
Specifies the RX DMA instance. 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 DMA configuration structure definition.
Definition at line 153 of file app_uart.h.
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.
dma_regs_t* app_uart_dma_cfg_t::rx_dma_instance |
Specifies the RX DMA instance.
Definition at line 156 of file app_uart.h.
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.
dma_regs_t* app_uart_dma_cfg_t::tx_dma_instance |
Specifies the TX DMA instance.
Definition at line 155 of file app_uart.h.