STM32H735xx 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 497 of file stm32h7xx_hal_uart.h.

#define UART_DMA_TX_ENABLE   USART_CR3_DMAT

UART DMA TX enabled

Definition at line 498 of file stm32h7xx_hal_uart.h.