#include <C:/softpack/canopus1.3/softpack/samv7/libraries/libchip_samv7/include/uart_dma.h>
Data Fields | |
uint8_t | uartId |
sXdmad * | pXdmad |
Uart * | pUartHw |
UartChannel * | pRxChannel |
UartChannel * | pTxChannel |
Constant structure associated with UART port. This structure prevents client applications to have access in the same time.
Definition at line 99 of file uart_dma.h.
Current Uart Rx channel
Definition at line 108 of file uart_dma.h.
Current Uart Tx channel
Definition at line 110 of file uart_dma.h.
Pointer to UART Hardware registers
Definition at line 106 of file uart_dma.h.
Pointer to DMA driver
Definition at line 104 of file uart_dma.h.
uint8_t UartDma::uartId |
USART Id as defined in the product datasheet
Definition at line 102 of file uart_dma.h.