STM32L486xx HAL User Manual
Defines
UART DMA Tx
UART Exported Constants

Defines

#define UART_DMA_TX_DISABLE   0x00000000U
#define UART_DMA_TX_ENABLE   USART_CR3_DMAT

Define Documentation

#define UART_DMA_TX_DISABLE   0x00000000U

UART DMA TX disabled

Definition at line 492 of file stm32l4xx_hal_uart.h.

#define UART_DMA_TX_ENABLE   USART_CR3_DMAT

UART DMA TX enabled

Definition at line 493 of file stm32l4xx_hal_uart.h.