STM32L486xx HAL User Manual
Defines
DMA Register Data
USART Exported Constants

Defines

#define LL_USART_DMA_REG_DATA_TRANSMIT   0x00000000U
#define LL_USART_DMA_REG_DATA_RECEIVE   0x00000001U

Define Documentation

#define LL_USART_DMA_REG_DATA_RECEIVE   0x00000001U

Get address of data register used for reception

Definition at line 573 of file stm32l4xx_ll_usart.h.

#define LL_USART_DMA_REG_DATA_TRANSMIT   0x00000000U

Get address of data register used for transmission

Definition at line 572 of file stm32l4xx_ll_usart.h.

Referenced by LL_USART_DMA_GetRegAddr().