#include <D:/git/git_canopus_1/softpack/samv7/libraries/libchip_samv7/include/usart_dma.h>
Data Fields | |
uint8_t | usartId |
Usart * | pUsartHw |
UsartChannel * | pRxChannel |
UsartChannel * | pTxChannel |
sXdmad * | pXdmad |
Constant structure associated with USART port. This structure prevents client applications to have access in the same time.
Definition at line 99 of file usart_dma.h.
Current Usart Rx channel
Definition at line 106 of file usart_dma.h.
Current Usart Tx channel
Definition at line 108 of file usart_dma.h.
Pointer to USART Hardware registers
Definition at line 104 of file usart_dma.h.
Pointer to DMA driver
Definition at line 110 of file usart_dma.h.
uint8_t UsartDma::usartId |
USART Id as defined in the product datasheet
Definition at line 102 of file usart_dma.h.