DMA_Management
+ Collaboration diagram for DMA_Management:

Functions

__STATIC_INLINE uint32_t ll_uart_dma_get_register_address (uart_regs_t *UARTx)
 Get the data register address used for DMA transfer. More...
 

Detailed Description

Function Documentation

◆ ll_uart_dma_get_register_address()

__STATIC_INLINE uint32_t ll_uart_dma_get_register_address ( uart_regs_t *  UARTx)

Get the data register address used for DMA transfer.

Note
The address of data register RBR is the same as the address of THR.

\rst +-------------------—+--------------------------------—+ | Register | BitsName | +======================+===================================+ | RBR | RBR | +-------------------—+--------------------------------—+ \endrst THR | THR

Parameters
UARTxUART instance
Return values
Addressof data register

Definition at line 1520 of file gr55xx_ll_uart.h.