STM32L486xx 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 501 of file stm32l4xx_hal_uart.h.

#define UART_DMA_RX_ENABLE   USART_CR3_DMAR

UART DMA RX enabled

Definition at line 502 of file stm32l4xx_hal_uart.h.