STM32H735xx HAL User Manual
Defines
UART DMA Rx
UART Exported Constants

Defines

#define UART_DMA_RX_DISABLE   0x00000000U
#define UART_DMA_RX_ENABLE   USART_CR3_DMAR

Define Documentation

#define UART_DMA_RX_DISABLE   0x00000000U

UART DMA RX disabled

Definition at line 506 of file stm32h7xx_hal_uart.h.

#define UART_DMA_RX_ENABLE   USART_CR3_DMAR

UART DMA RX enabled

Definition at line 507 of file stm32h7xx_hal_uart.h.