STM32L443xx 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 515 of file stm32l4xx_hal_uart.h.

#define UART_DMA_RX_ENABLE   USART_CR3_DMAR

UART DMA RX enabled

Definition at line 516 of file stm32l4xx_hal_uart.h.