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 98 of file usart_dma.h.
Current Usart Rx channel
Definition at line 104 of file usart_dma.h.
Current Usart Tx channel
Definition at line 106 of file usart_dma.h.
Pointer to USART Hardware registers
Definition at line 102 of file usart_dma.h.
Pointer to DMA driver
Definition at line 108 of file usart_dma.h.
uint8_t UsartDma::usartId |
USART Id as defined in the product datasheet
Definition at line 100 of file usart_dma.h.