RTEMS  5.0.0
Data Fields
UartDma Struct Reference

#include <uart_dma.h>

Data Fields

uint8_t uartId
 
sXdmadpXdmad
 
UartpUartHw
 
UartChannelpRxChannel
 
UartChannelpTxChannel
 

Detailed Description

Constant structure associated with UART port. This structure prevents client applications to have access in the same time.

Field Documentation

◆ pRxChannel

UartChannel* UartDma::pRxChannel

Current Uart Rx channel

◆ pTxChannel

UartChannel* UartDma::pTxChannel

Current Uart Tx channel

◆ pUartHw

Uart* UartDma::pUartHw

Pointer to UART Hardware registers

◆ pXdmad

sXdmad* UartDma::pXdmad

Pointer to DMA driver

◆ uartId

uint8_t UartDma::uartId

USART Id as defined in the product datasheet


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